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
This commit is contained in:
1 changed files with 3 additions and 2 deletions
@@ -2,8 +2,9 @@
# see https://docs.openstack.org/infra/bindep/ for additional information.
libpq-dev [platform:dpkg]
mysql-client [platform:dpkg]
mysql-server [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]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.