[tor-commits] [ooni-probe/master] Remove python-pip package.

art at torproject.org art at torproject.org
Tue Oct 29 15:52:16 UTC 2013


commit b6df42e334a67aae7c7d06053571e69d676136cd
Author: anadahz <anadahz at github>
Date:   Fri Aug 30 03:39:14 2013 +0200

    Remove python-pip package.
    
    Various distributions offer older pip versions that do not support the
    version parameter
---
 setup-dependencies.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-dependencies.sh b/setup-dependencies.sh
index 800d08c..67933ab 100755
--- a/setup-dependencies.sh
+++ b/setup-dependencies.sh
@@ -481,7 +481,7 @@ case $DISTRO_VERSION in
   echo "[+] Updating OS package list...";
   apt-get update 2>&1 > /dev/null;
   echo "[+] Installing packages for your system...";
-  DO "apt-get -y install curl git-core python python-pip python-dev python-setuptools build-essential libdumbnet1 python-dumbnet python-libpcap python-pypcap python-dnspython tor tor-geoipdb" "0"
+  DO "apt-get -y install curl git-core python python-dev python-setuptools build-essential libdumbnet1 python-dumbnet python-libpcap python-pypcap python-dnspython tor tor-geoipdb" "0"
 
   if [ "${INSTALL_PIP}" -eq "1" ] ; then
     echo "[+] Installing pip securely"





More information about the tor-commits mailing list