added libcap-dev in checkdeps module
This commit is contained in:
parent
6da14318ca
commit
e37ce5a756
|
@ -1,7 +1,6 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
RUN apt-get install python-prct
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
|
@ -44,9 +44,9 @@ EXTRAS_REQUIRE_DEPS = {
|
||||||
# The packages needed for this requirement, by OS
|
# The packages needed for this requirement, by OS
|
||||||
"OpenBSD": [""],
|
"OpenBSD": [""],
|
||||||
"FreeBSD": [""],
|
"FreeBSD": [""],
|
||||||
"Debian": ["python-prctl"],
|
"Debian": ["libcap-dev python-prctl"],
|
||||||
"Ubuntu": ["python-prctl"],
|
"Ubuntu": ["libcap-dev python-prctl"],
|
||||||
"Ubuntu 12": ["python-prctl"],
|
"Ubuntu 12": ["libcap-dev python-prctl"],
|
||||||
"openSUSE": [""],
|
"openSUSE": [""],
|
||||||
"Fedora": ["prctl"],
|
"Fedora": ["prctl"],
|
||||||
"Guix": [""],
|
"Guix": [""],
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#python_prctl
|
git+http://github.com/seveas/python-prctl
|
||||||
psutil
|
psutil
|
||||||
pycrypto
|
pycrypto
|
||||||
|
|
Reference in New Issue
Block a user