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

This commit is contained in:
Alexandre Aubin 2024-07-06 17:04:08 +02:00
parent 7f7bafb339
commit 6120a5a8e4

4
debian/control vendored
View file

@ -9,8 +9,8 @@ Homepage: https://yunohost.org/
Package: yunohost Package: yunohost
Essential: yes Essential: yes
Architecture: all Architecture: all
Depends: ${python3:Depends}, ${misc:Depends} Depends: python3-all (>= 3.11),
, moulinette (>= 12.0), ssowat (>= 12.0) , moulinette (>= 12.0), ssowat (>= 12.0),
, python3-psutil, python3-requests, python3-dnspython, python3-openssl , python3-psutil, python3-requests, python3-dnspython, python3-openssl
, python3-miniupnpc, python3-dbus, python3-jinja2 , python3-miniupnpc, python3-dbus, python3-jinja2
, python3-toml, python3-packaging, python3-publicsuffix2 , python3-toml, python3-packaging, python3-publicsuffix2