Explorar o código

vagrant: use https pypi url for wheezy

http url stopped working

(cherry picked from commit ce7936b608bcc8199d4a6cee7ef1e3c950ff4a03)
Thomas Waldmann %!s(int64=7) %!d(string=hai) anos
pai
achega
8ad1596897
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -38,7 +38,7 @@ def packages_debianoid
     # this way it works on older dists (like ubuntu 12.04) also:
     # for python 3.2 on ubuntu 12.04 we need pip<8 and virtualenv<14 as
     # newer versions are not compatible with py 3.2 any more.
-    easy_install3 'pip<8.0'
+    easy_install3 -i https://pypi.python.org/simple/ 'pip<8.0'
     pip3 install 'virtualenv<14.0'
     touch $home_dir/.bash_profile ; chown $username $home_dir/.bash_profile
   EOF