Update get-pip to version 3.3

Version 3.2 has a bug with it on some systems that can result in the
following stacktrace: [ http://paste.openstack.org/show/726064 ]. To
correct this issue the version of the get-pip script has been set to 3.3
which does not suffer from the same issue.

Change-Id: Ib551c8627351ba23d3c1a67a9631f58fdd2157a7
(cherry picked from commit 178506f624)
This commit is contained in:
Dave Wilde 2018-07-17 11:09:00 -05:00 committed by Jesse Pretorius (odyssey4me)
parent b934d9cde0
commit 3e516790a4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,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/3.3/get-pip.py | sudo python2.7
fi
# Install bindep and tox