added libcap-dev in checkdeps module

This commit is contained in:
navjot 2020-11-24 00:01:17 +05:30
parent 6da14318ca
commit e37ce5a756
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C
3 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,6 @@
language: python
python:
- "2.7"
RUN apt-get install python-prct
addons:
apt:
packages:

View File

@ -44,9 +44,9 @@ EXTRAS_REQUIRE_DEPS = {
# The packages needed for this requirement, by OS
"OpenBSD": [""],
"FreeBSD": [""],
"Debian": ["python-prctl"],
"Ubuntu": ["python-prctl"],
"Ubuntu 12": ["python-prctl"],
"Debian": ["libcap-dev python-prctl"],
"Ubuntu": ["libcap-dev python-prctl"],
"Ubuntu 12": ["libcap-dev python-prctl"],
"openSUSE": [""],
"Fedora": ["prctl"],
"Guix": [""],

View File

@ -1,3 +1,3 @@
#python_prctl
git+http://github.com/seveas/python-prctl
psutil
pycrypto