Merge "Use pip 7 for ironic"

This commit is contained in:
Jenkins 2016-01-21 23:05:32 +00:00 committed by Gerrit Code Review
commit d79ecfd076

View File

@ -11,7 +11,8 @@ SCRIPTDIR=$(dirname $0)
# Install the latest version of pip and setuptools which has some
# fixes for building behind proxy.
curl -o /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
python /tmp/get-pip.py
#python /tmp/get-pip.py
pip install pip==7.1.2
rm -f /tmp/get-pip.py
pip install -U setuptools