add mariadb-server as a dependency

This commit is contained in:
Kayou 2023-05-18 02:06:35 +02:00 committed by GitHub
parent b5e48b2e34
commit 79a410b8f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ get_dependencies()
if [[ "$debian_version" == "bookworm" ]]
then
# We add php8.2-cli and mariadb-client to the dependencies for test_app_resources
YUNOHOST_DEPENDENCIES="$YUNOHOST_DEPENDENCIES php8.2-cli mariadb-client"
YUNOHOST_DEPENDENCIES="$YUNOHOST_DEPENDENCIES php8.2-cli mariadb-client mariadb-server"
PIP3_PKG="$PIP3_PKG --break-system-packages"
fi
}