added libcap-dev
This commit is contained in:
parent
1e1fddf63c
commit
a7e213af41
|
@ -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": [""],
|
||||||
|
|
Reference in New Issue
Block a user