42491e35e1
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
16 lines
580 B
Plaintext
16 lines
580 B
Plaintext
# This is a cross-platform list tracking distribution packages needed for install and tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
libpq-dev [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 platform:debian]
|
|
postgresql-devel [platform:rpm test]
|
|
postgresql-server [platform:rpm test]
|