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: I57cc80c97e22969f1b11bdfe725bdeebacf129b6
This commit is contained in:
Ghanshyam Mann 2023-09-06 16:52:51 -05:00
parent 615c47f7f5
commit 42491e35e1
1 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@
# see https://docs.openstack.org/infra/bindep/ for additional information.
libpq-dev [platform:dpkg test]
mysql-client [platform:dpkg test]
mysql-server [platform:dpkg test]
mysql-client [platform:dpkg test !platform:debian]
mysql-server [platform:dpkg test !platform:debian]
postgresql [test]
postgresql-client [platform:dpkg test]
libpq-devel [platform:rpm test]
mariadb [platform:rpm test]
mariadb-devel [platform:rpm test]
mariadb-server [platform:rpm test]
mariadb-server [platform:rpm test platform:debian]
postgresql-devel [platform:rpm test]
postgresql-server [platform:rpm test]