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: I29c476b4da2a0b0fda5c0d42df8470b801cc224c
This commit is contained in:
Ghanshyam Mann 2023-09-06 16:51:58 -05:00
parent 763bb40185
commit 6c3e3df3b2
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@ libpq-dev [platform:dpkg]
postgresql-devel [platform:rpm]
postgresql-server [platform:rpm]
mysql-server
mysql-client [platform:dpkg]
mysql-server [!platform:debian]
mariadb-server [platform:debian]
mysql-client [platform:dpkg !platform:debian]
mysql [platform:rpm]
gettext [platform:dpkg]