Change get-pip url

The path for get-pip.py script in version 3.5 has been changed
with this commit [1].

[1] 2360f025eb

Change-Id: Ifde16e40b4e241c6c4c93df44330c403ee903e6f
This commit is contained in:
Daniel Pawlik 2021-03-08 09:18:31 +01:00
parent 5c1f9a3238
commit 8b0e2417a6

View File

@ -1,4 +1,4 @@
# NOTE(dpawlik) We set get-pip.py script to use 3.5 version, that is compatible
# with python2.7 and newer. It should be removed in the future, when Python 2
# is dropped.
pip-and-virtualenv file /tmp/get-pip.py https://bootstrap.pypa.io/3.5/get-pip.py
pip-and-virtualenv file /tmp/get-pip.py https://bootstrap.pypa.io/pip/3.5/get-pip.py