From 5d98c506c6e6c4e71122e94bc2bd1b55f48b54cc Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Sun, 25 Aug 2024 16:42:57 +0200 Subject: [PATCH] Try to fix install see: https://ci-apps-bookworm-dev.yunohost.org/ci/job/2248 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f9217bd..4864649 100644 --- a/manifest.toml +++ b/manifest.toml @@ -100,7 +100,7 @@ ram.runtime = "50M" # **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, [resources.apt] # https://yunohost.org/en/packaging_apps_resources#apt # This will automatically install/uninstall the following apt packages - packages = "build-essential, python3-dev, python3-pip, python3-venv, git, libpq-dev, postgresql, postgresql-contrib, redis-server, checkinstall, libssl-dev, openssl" + packages = "build-essential, python3-dev, python3-pip, python3-venv, git, libffi-dev, libpq-dev, postgresql, postgresql-contrib, redis-server, checkinstall, pkg-config, libssl-dev, openssl" [resources.database] # https://yunohost.org/en/packaging_apps_resources#database