Merge "Change pip install method and add six to requirements"

This commit is contained in:
Jenkins 2015-06-12 11:44:23 +00:00 committed by Gerrit Code Review
commit a06e974b8a
2 changed files with 2 additions and 1 deletions

View File

@ -5,3 +5,4 @@ pbr>=0.6,!=0.7,<1.0
Babel>=1.3
oslo.config>=1.11.0
oslo.log>=1.2.0
six>=1.9.0

View File

@ -6,7 +6,7 @@ if [ -x '/usr/bin/apt-get' ]; then
sudo -H apt-get -y install git
fi
if ! $(pip -v &>/dev/null); then
sudo -H apt-get -y install python-pip
sudo easy_install pip
fi
elif [ -x '/usr/bin/yum' ]; then
if ! $(git --version &>/dev/null); then