Fix bindep.txt for python 3.11 job(Debian Bookworm)
Python 3.11 job run on Debian Bookworm which does not have the mysql pkg for example, libmysqlclient-dev instead they have mariadb. Updating bindep.txt file to adjust the pkgs as per Debian bookworm. Based on [1] [1]: https://review.opendev.org/c/openstack/placement/+/893821 Change-Id: I18951908a1bea5f9f266382e8c7bfa91a5e6f38f
This commit is contained in:
parent
ccf4793aff
commit
cacaf3e6d1
@ -1,8 +1,8 @@
|
|||||||
# This is a cross-platform list tracking distribution packages needed for install and tests;
|
# This is a cross-platform list tracking distribution packages needed for install and tests;
|
||||||
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
||||||
|
|
||||||
mysql-server [platform:dpkg]
|
mysql-server [platform:dpkg !platform:debian]
|
||||||
mariadb-server [platform:redhat]
|
mariadb-server [platform:redhat platform:debian]
|
||||||
postgresql
|
postgresql
|
||||||
|
|
||||||
build-essential [platform:dpkg]
|
build-essential [platform:dpkg]
|
||||||
@ -12,9 +12,10 @@ libxslt1-dev [platform:dpkg]
|
|||||||
libyaml-dev [platform:dpkg]
|
libyaml-dev [platform:dpkg]
|
||||||
libssl-dev [platform:dpkg]
|
libssl-dev [platform:dpkg]
|
||||||
libffi-dev [platform:dpkg]
|
libffi-dev [platform:dpkg]
|
||||||
libmysqlclient-dev [platform:dpkg]
|
libmysqlclient-dev [platform:ubuntu]
|
||||||
|
libmariadb-dev-compat [platform:debian]
|
||||||
libpq-dev [platform:dpkg]
|
libpq-dev [platform:dpkg]
|
||||||
mysql-client [platform:dpkg]
|
mysql-client [platform:dpkg !platform:debian]
|
||||||
postgresql-client [platform:dpkg]
|
postgresql-client [platform:dpkg]
|
||||||
|
|
||||||
gcc [platform:rpm]
|
gcc [platform:rpm]
|
||||||
|
Loading…
Reference in New Issue
Block a user