mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
python -> python3 in debian/control
This commit is contained in:
parent
b06a117c18
commit
3ced2abcb7
1 changed files with 11 additions and 11 deletions
22
debian/control
vendored
22
debian/control
vendored
|
@ -2,22 +2,22 @@ Source: moulinette
|
||||||
Section: python
|
Section: python
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: YunoHost Contributors <contrib@yunohost.org>
|
Maintainer: YunoHost Contributors <contrib@yunohost.org>
|
||||||
Build-Depends: debhelper (>= 9), python (>= 2.7), dh-python, python-setuptools, python-psutil, python-all (>= 2.7)
|
Build-Depends: debhelper (>= 9), python3 (>= 3.7), dh-python, python3-setuptools, python3-psutil, python3-all (>= 3.7)
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
X-Python-Version: >= 2.7
|
X-Python-Version: >= 3.7
|
||||||
Homepage: https://github.com/YunoHost/moulinette
|
Homepage: https://github.com/YunoHost/moulinette
|
||||||
|
|
||||||
Package: moulinette
|
Package: moulinette
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${python:Depends},
|
Depends: ${misc:Depends}, ${python3:Depends},
|
||||||
python-ldap,
|
python3-ldap,
|
||||||
python-yaml,
|
python3-yaml,
|
||||||
python-bottle (>= 0.12),
|
python3-bottle (>= 0.12),
|
||||||
python-gevent-websocket,
|
python3-gevent-websocket,
|
||||||
python-argcomplete,
|
python3-argcomplete,
|
||||||
python-toml,
|
python3-toml,
|
||||||
python-psutil,
|
python3-psutil,
|
||||||
python-tz
|
python3-tz
|
||||||
Breaks: yunohost (<< 4.1)
|
Breaks: yunohost (<< 4.1)
|
||||||
Description: prototype interfaces with ease in Python
|
Description: prototype interfaces with ease in Python
|
||||||
Quickly and easily prototype interfaces for your application.
|
Quickly and easily prototype interfaces for your application.
|
||||||
|
|
Loading…
Add table
Reference in a new issue