From 6e7a81e7761f74e3d904a7a32b229af293278db9 Mon Sep 17 00:00:00 2001 From: navjot Date: Fri, 20 Nov 2020 23:36:32 +0530 Subject: [PATCH] fixed the prctl version --- checkdeps.py | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/checkdeps.py b/checkdeps.py index 01f0ac3e..c3dedc1d 100755 --- a/checkdeps.py +++ b/checkdeps.py @@ -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": [""], diff --git a/requirements.txt b/requirements.txt index c55e5cf1..ed14bff1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -python_prctl +python-prctl=1.6.1 psutil pycrypto