fixed the prctl version
This commit is contained in:
parent
9439517b17
commit
6e7a81e776
|
@ -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": [""],
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
python_prctl
|
||||
python-prctl=1.6.1
|
||||
psutil
|
||||
pycrypto
|
||||
|
|
Reference in New Issue
Block a user