replace libpcap-dev with libcap-dev

This commit is contained in:
navjot 2021-02-09 01:06:22 +05:30
parent b1d07214ac
commit 480d17817c
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ addons:
apt: apt:
packages: packages:
- build-essential - build-essential
- libpcap-dev - libcap-dev
- python-qt4 - python-qt4
- tor - tor
- xvfb - xvfb

View File

@ -45,9 +45,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": ["libpcap-dev python-prctl"], "Debian": ["libcap-dev python-prctl"],
"Ubuntu": ["libpcap-dev python-prctl"], "Ubuntu": ["libcap-dev python-prctl"],
"Ubuntu 12": ["libpcap-dev python-prctl"], "Ubuntu 12": ["libcap-dev python-prctl"],
"openSUSE": [""], "openSUSE": [""],
"Fedora": ["prctl"], "Fedora": ["prctl"],
"Guix": [""], "Guix": [""],