From 5854e6b0bb3ab47ace8467c2c6da659c5f31af07 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 7 Sep 2023 17:22:20 +0100 Subject: [PATCH] bindep: Use new mysql-* package names Debian Bookworm switched from MySQL to MariaDB. Change-Id: Id5f64a5cedd45769188be12fb5df8e43b2abcb1d Signed-off-by: Stephen Finucane --- bindep.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index b63ee60d..614f5636 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,9 +1,13 @@ # This is a cross-platform list tracking distribution packages needed for install and tests; # see https://docs.openstack.org/infra/bindep/ for additional information. -mysql-client [platform:dpkg] -mysql-server [platform:dpkg] +mariadb [platform:rpm] +mariadb-server [platform:redhat platform:debian] +mariadb-devel [platform:redhat] +libmariadb-dev-compat [platform:debian] +libmysqlclient-dev [platform:ubuntu] +mysql-client [platform:dpkg !platform:debian] +mysql-server [platform:dpkg !platform:debian] postgresql postgresql-client [platform:dpkg] libpq-dev [platform:dpkg] -