From a0498bb0433eb8c0ecf0ea974b1a5c05e87bc02f Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Fri, 2 Aug 2024 20:45:01 +0200 Subject: [PATCH] Bugfix missing TLS/SSL while compiling python See warnings like: ``` WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. ``` here: https://ci-apps-dev.yunohost.org/ci/job/18090 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 0fdb898..2e703d5 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" + packages = "build-essential, python3-dev, python3-pip, python3-venv, git, libpq-dev, postgresql, postgresql-contrib, redis-server, checkinstall, libssl-dev, openssl" [resources.database] # https://yunohost.org/en/packaging_apps_resources#database