From e71ba154bc32054b4ed7253114c2cfabc31488e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 11 Nov 2022 21:05:25 +0100 Subject: [PATCH] update python to 3 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 94ca0c8..c133d4f 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "url": "https://github.com/Snipees" }, "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 39f163c..1f6748b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app (must be on a single line) pkg_dependencies="" -python_version=2.7.18 +python_version=3.8.11 source="https://github.com/CouchPotato/CouchPotatoServer"