Files
3670e2b978651fbbf5af13132a62acc855b512be
elajkat
f9491f5197
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. Copy-paste of https://review.opendev.org/c/openstack/networking-bagpipe/+/893987 Change-Id: I42a369ebe8079b901a37ac44e117006ccb98ae9d
12 lines
481 B
Plaintext
12 lines
481 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]
mysql-client [platform:dpkg !platform:debian]
mysql-server [platform:dpkg !platform:debian]
mariadb-server [platform:rpm platform:redhat platform:debian]
postgresql [test]
postgresql-client [platform:dpkg test]
postgresql-devel [platform:rpm test]
postgresql-server [platform:rpm test]