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:
parent
763bb40185
commit
6c3e3df3b2
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user