removed libcap-dev

This commit is contained in:
navjot 2020-11-20 21:48:23 +05:30
parent 2cf459277d
commit 9439517b17
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C
2 changed files with 4 additions and 4 deletions

View File

@ -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": ["libcap-dev python-prctl"], "Debian": ["python-prctl"],
"Ubuntu": ["libcap-dev python-prctl"], "Ubuntu": ["python-prctl"],
"Ubuntu 12": ["libcap-dev python-prctl"], "Ubuntu 12": ["python-prctl"],
"openSUSE": [""], "openSUSE": [""],
"Fedora": ["prctl"], "Fedora": ["prctl"],
"Guix": [""], "Guix": [""],

View File

@ -1,3 +1,3 @@
python-prctl python_prctl
psutil psutil
pycrypto pycrypto