masakari/bindep.txt
Ghanshyam Mann 2d6ecd3623 Fix bindep.txt for python 3.11 job(Debian Bookworm)
Python 3.11 job run on Debian Bookworm which does
not the mysql pkg for example, mariadb-server, libmysqlclient-dev
instead they have mariadb. Updating bindep.txt file
to adjust the pkgs as per Debian bookworm.

Change-Id: Ic1008c7368bd1f658c48ddaef260e33d14358a03
2023-09-06 16:52:41 -05:00

20 lines
766 B
Plaintext

# This is a cross-platform list tracking distribution packages needed for install and tests;
# see https://docs.openstack.org/infra/bindep/ for additional information.
# libpq-dev is needed by openstack-tox-py37 build only.
libpq-dev [platform:dpkg test]
python3-dev [platform:dpkg test]
libmysqlclient-dev [platform:dpkg test !platform:debian]
libmariadb-dev-compat [platform:debian]
mysql [platform:rpm test]
mysql-client [platform:dpkg test !platform:debian]
mysql-devel [platform:rpm test]
mysql-server [test !platform:debian]
mariadb-server [platform:debian]
postgresql [test]
postgresql-client [platform:dpkg test]
postgresql-devel [platform:rpm test]
postgresql-server [platform:rpm test]
libsqlite3-dev [platform:dpkg test]
sqlite-devel [platform:rpm test]