replace libpcap-dev with libcap-dev
This commit is contained in:
parent
b1d07214ac
commit
480d17817c
|
@ -5,7 +5,7 @@ addons:
|
|||
apt:
|
||||
packages:
|
||||
- build-essential
|
||||
- libpcap-dev
|
||||
- libcap-dev
|
||||
- python-qt4
|
||||
- tor
|
||||
- xvfb
|
||||
|
|
|
@ -45,9 +45,9 @@ EXTRAS_REQUIRE_DEPS = {
|
|||
# The packages needed for this requirement, by OS
|
||||
"OpenBSD": [""],
|
||||
"FreeBSD": [""],
|
||||
"Debian": ["libpcap-dev python-prctl"],
|
||||
"Ubuntu": ["libpcap-dev python-prctl"],
|
||||
"Ubuntu 12": ["libpcap-dev python-prctl"],
|
||||
"Debian": ["libcap-dev python-prctl"],
|
||||
"Ubuntu": ["libcap-dev python-prctl"],
|
||||
"Ubuntu 12": ["libcap-dev python-prctl"],
|
||||
"openSUSE": [""],
|
||||
"Fedora": ["prctl"],
|
||||
"Guix": [""],
|
||||
|
|
Reference in New Issue
Block a user