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: I6100ef09901259e2189b3e327e5d4875a37f2721
This commit is contained in:
Ghanshyam Mann 2023-09-06 16:51:51 -05:00
parent a34ed4fcbb
commit 2bd3ead049

View File

@ -10,9 +10,10 @@ libxslt-devel [platform:rpm test]
libxslt1-dev [platform:dpkg test]
locales [platform:debian]
mysql [platform:rpm]
mysql-client [platform:dpkg]
mysql-client [platform:dpkg !platform:debian]
mysql-devel [platform:rpm test]
mysql-server
mysql-server [!platform:debian]
mariadb-server [platform:debian]
pkg-config [platform:dpkg test]
pkgconfig [platform:rpm test]
postgresql