From 6c3e3df3b2175fd2c1b96623596bdfc985a4a986 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 6 Sep 2023 16:51:58 -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: I29c476b4da2a0b0fda5c0d42df8470b801cc224c --- bindep.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index d571ba380..06feac092 100644 --- a/bindep.txt +++ b/bindep.txt @@ -4,8 +4,9 @@ libpq-dev [platform:dpkg] postgresql-devel [platform:rpm] postgresql-server [platform:rpm] -mysql-server -mysql-client [platform:dpkg] +mysql-server [!platform:debian] +mariadb-server [platform:debian] +mysql-client [platform:dpkg !platform:debian] mysql [platform:rpm] gettext [platform:dpkg]