mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] try to explicitely add python-psutil as build-depends
This commit is contained in:
parent
276b2013fe
commit
86e20eaae9
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: moulinette
|
|||
Section: python
|
||||
Priority: optional
|
||||
Maintainer: Jérôme Lebleu <jerome.lebleu@mailoo.org>
|
||||
Build-Depends: debhelper (>= 9), python (>= 2.7), dh-python, python-all (>= 2.7)
|
||||
Build-Depends: debhelper (>= 9), python (>= 2.7), dh-python, python-psutil, python-all (>= 2.7)
|
||||
Standards-Version: 3.9.6
|
||||
X-Python-Version: >= 2.7
|
||||
Homepage: https://github.com/YunoHost/moulinette
|
||||
|
|
Loading…
Add table
Reference in a new issue