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, libmysqlclient-dev instead they have mariadb. Updating bindep.txt file to adjust the pkgs as per Debian bookworm. Change-Id: Ib47d5e77b14353402fad06e7adc04f8ee8a7e94c
This commit is contained in:
parent
a85a8be323
commit
5ce841588b
@ -11,7 +11,8 @@ graphviz [doc test]
|
||||
language-pack-en [platform:ubuntu]
|
||||
libffi-dev [platform:dpkg test]
|
||||
libffi-devel [platform:rpm test]
|
||||
libmysqlclient-dev [platform:dpkg]
|
||||
libmysqlclient-dev [platform:ubuntu]
|
||||
libmariadb-dev-compat [platform:debian]
|
||||
libpq-dev [platform:dpkg test]
|
||||
libsqlite3-dev [platform:dpkg test]
|
||||
libxml2-dev [platform:dpkg test]
|
||||
@ -19,9 +20,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user