From a7e213af4123045baeb673f72e7fc68ba926ce1c Mon Sep 17 00:00:00 2001 From: navjot Date: Tue, 24 Nov 2020 21:16:18 +0530 Subject: [PATCH] added libcap-dev --- checkdeps.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/checkdeps.py b/checkdeps.py index de4927a3..35b15608 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": [""],