From 6cf6c493311552a0e0060e19fb2ceeb4447eef49 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 6 Sep 2023 17:06:45 -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: I4342d71a0388ce55463b23d6197e30f16a231ff1 --- bindep.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 6dbd7cf..723f7df 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,4 +1,5 @@ -mysql-server [test platform:dpkg] +mysql-server [test platform:dpkg !platform:debian] +mariadb-server [platform:debian] postgresql [test] postgresql-client [test platform:dpkg] postgresql-devel [test platform:rpm]