From 5ce841588b4bfd3bc17e5df70dba46886492a046 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 5 Sep 2023 19:45:14 -0700 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, libmysqlclient-dev instead they have mariadb. Updating bindep.txt file to adjust the pkgs as per Debian bookworm. Change-Id: Ib47d5e77b14353402fad06e7adc04f8ee8a7e94c --- bindep.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index fe15a9d64..ed792f3be 100644 --- a/bindep.txt +++ b/bindep.txt @@ -11,7 +11,8 @@ graphviz [doc test] language-pack-en [platform:ubuntu] libffi-dev [platform:dpkg test] libffi-devel [platform:rpm test] -libmysqlclient-dev [platform:dpkg] +libmysqlclient-dev [platform:ubuntu] +libmariadb-dev-compat [platform:debian] libpq-dev [platform:dpkg test] libsqlite3-dev [platform:dpkg test] libxml2-dev [platform:dpkg test] @@ -19,9 +20,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