From 0208d5440faeece476e57cc624cf1ab084d0ad76 Mon Sep 17 00:00:00 2001 From: navjot Date: Sun, 22 Nov 2020 02:58:44 +0530 Subject: [PATCH] added prctl and removed libcap --- checkdeps.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/checkdeps.py b/checkdeps.py index 7380067b..1f122760 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": [""], - "Ubuntu": [""], - "Ubuntu 12": [""], + "Debian": ["python-prctl"], + "Ubuntu": ["python-prctl"], + "Ubuntu 12": ["python-prctl"], "openSUSE": [""], "Fedora": ["prctl"], "Guix": [""],