From 42491e35e1b14a41dd82944717c6bc6b2967f88d Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 6 Sep 2023 16:52:51 -0500 Subject: [PATCH] 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: I57cc80c97e22969f1b11bdfe725bdeebacf129b6 --- bindep.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index 243e6411..f2a8583f 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,14 +2,14 @@ # see https://docs.openstack.org/infra/bindep/ for additional information. libpq-dev [platform:dpkg test] -mysql-client [platform:dpkg test] -mysql-server [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] +mariadb-server [platform:rpm test platform:debian] postgresql-devel [platform:rpm test] postgresql-server [platform:rpm test]