Pin get-pip.py to 3.2

As get-pip.py evolves based on pip 10, while we're still using
pip 9, changes in the way it can be used are causing problems.

For example, the ability to use --download is no longer there.

As such, let's pin to a known good version and leave it at that
until we no longer need to use this script. Version 3.2 maps to
pip 7.1.2 which fulfills our needs.

Change-Id: I96228099c8087ffaad8673184aa0bdddfb44023d
This commit is contained in:
jacky06 2018-07-05 08:29:54 -04:00
parent e7b3654051
commit 15c12437a2

View File

@ -61,13 +61,13 @@ proxy:
repo_nginx_pypi_upstream: pip.example.org:80
You may also choose to create a local copy of
https://bootstrap.pypa.io/get-pip.py to remove a dependency on an external
https://bootstrap.pypa.io/3.2/get-pip.py to remove a dependency on an external
resource.
.. code-block:: yaml
# Override PIP installer ("Get modern PIP"): https://bootstrap.pypa.io/get-pip.py
pip_upstream_url: "http://mirror.example.org/bootstrap.pypa.io/get-pip.py"
# Override PIP installer ("Get modern PIP"): https://bootstrap.pypa.io/3.2/get-pip.py
pip_upstream_url: "http://mirror.example.org/bootstrap.pypa.io/3.2/get-pip.py"
Distribution specific packages
------------------------------