From 5c693f25ddc942d4eb7b4b5369f19e9e6cd59da2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Aug 2022 07:04:26 +0200 Subject: [PATCH] Fix install --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 52891af..5e52858 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "email": "pierre@kayou.io" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 12e6cc4..46cc32b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="python3-dev python3-pip libffi-dev libzmq3-dev" +pkg_dependencies="python3-dev python3-pip" nodejs_version="16"