added prctl and removed libcap

This commit is contained in:
navjot 2020-11-22 02:58:44 +05:30
parent cfd4ca418d
commit 0208d5440f
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C

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