[ooni-probe/master] remove python-pcapy

commit 57a18b3cb3f1749923d7c6798a3d069ac38d878b Author: Jacob Appelbaum <jacob@appelbaum.net> Date: Mon Feb 25 23:23:14 2013 -0800 remove python-pcapy --- setup-dependencies.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup-dependencies.sh b/setup-dependencies.sh index da00656..b6359ae 100755 --- a/setup-dependencies.sh +++ b/setup-dependencies.sh @@ -27,7 +27,7 @@ if [ $RELEASE = "natty" ] || [ $RELEASE = "wheezy" ]; then echo "Updating OS package list..."; sudo apt-get update 2>&1 > /dev/null; echo "Installing packages for your system..."; - sudo apt-get install git-core python python-pip python-dev build-essential libdumbnet1 python-dumbnet python-libpcap python-pypcap python-pcapy python-dnspython python-virtualenv virtualenvwrapper tor tor-geoipdb; + sudo apt-get install git-core python python-pip python-dev build-essential libdumbnet1 python-dumbnet python-libpcap python-pypcap python-dnspython python-virtualenv virtualenvwrapper tor tor-geoipdb; if [ ! -f ~/.virtualenvs/ooniprobe/bin/activate ]; then # Set up the virtual environment
participants (1)
-
ioerror@torproject.org