mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
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:
parent
7f7bafb339
commit
6120a5a8e4
1 changed files with 2 additions and 2 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue