From 2bd3ead04948d381ae1cba1de2dabe0daed98cab Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 6 Sep 2023 16:51: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: I6100ef09901259e2189b3e327e5d4875a37f2721 --- bindep.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 6c244790d3..47d2972733 100644 --- a/bindep.txt +++ b/bindep.txt @@ -10,9 +10,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