replace libpcap-dev with libcap-dev
This commit is contained in:
parent
b1d07214ac
commit
480d17817c
|
@ -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
|
||||||
|
|
|
@ -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": [""],
|
||||||
|
|
Reference in New Issue
Block a user