From 6120a5a8e4929103a39990c388f58ac0bd721f8d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 6 Jul 2024 17:04:08 +0200 Subject: [PATCH] YunoHost has a hard dependence on python 3.11 because of type hints syntax ... Also ${python3:Depends} and ${misc:Depends} don't do anything special in our context --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 9ee977c15..40d395b10 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Homepage: https://yunohost.org/ Package: yunohost Essential: yes Architecture: all -Depends: ${python3:Depends}, ${misc:Depends} - , moulinette (>= 12.0), ssowat (>= 12.0) +Depends: python3-all (>= 3.11), + , moulinette (>= 12.0), ssowat (>= 12.0), , python3-psutil, python3-requests, python3-dnspython, python3-openssl , python3-miniupnpc, python3-dbus, python3-jinja2 , python3-toml, python3-packaging, python3-publicsuffix2