mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 17:32:13 -04:00
vagrant: use https pypi url for wheezy
http url stopped working
This commit is contained in:
parent
3097c059ff
commit
ce7936b608
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -31,7 +31,7 @@ def packages_debianoid(user)
|
|||
# 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'
|
||||
EOF
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue