Change get-pip urls

The path for get-pip.py script in versions 3.2 and 3.4 have been changed
with this commit [1].

[1] 2360f025eb

Change-Id: Iedef41b53c4e5fa28dac8206c5ba39dab5033815
This commit is contained in:
Daniel Pawlik 2021-03-08 15:10:58 +01:00
parent 397ed3f1eb
commit ea16ee62de
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ esac
# Install pip3
if ! which pip3 &>/dev/null; then
curl --silent --show-error --retry 5 \
https://bootstrap.pypa.io/3.4/get-pip.py | sudo python3
https://bootstrap.pypa.io/pip/3.4/get-pip.py | sudo python3
fi
# Install bindep and tox

View File

@ -41,7 +41,7 @@ esac
# Install pip
if ! which pip &>/dev/null; then
curl --silent --show-error --retry 5 \
https://bootstrap.pypa.io/3.2/get-pip.py | sudo python2.7
https://bootstrap.pypa.io/pip/3.2/get-pip.py | sudo python2.7
fi
# Install bindep and tox