mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Add minimum moulinette version in debian/control
This commit is contained in:
parent
312dcd3bbe
commit
45f5a9b2b9
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -29,3 +29,6 @@ pip-log.txt
|
|||
|
||||
# Mr Developer
|
||||
.mr.developer.cfg
|
||||
|
||||
# moulinette lib
|
||||
lib/yunohost/locales
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -8,7 +8,7 @@ Homepage: https://yunohost.org/
|
|||
|
||||
Package: moulinette-yunohost
|
||||
Architecture: all
|
||||
Depends: moulinette,
|
||||
Depends: moulinette (>= 2.2.1),
|
||||
python-psutil,
|
||||
python-requests,
|
||||
glances,
|
||||
|
|
Loading…
Add table
Reference in a new issue