Upgrade pip & setuptools b/c they are rather old

and sometimes Python dependencies fail to install with:

SetuptoolsOutdatedWarning: your setuptools is too old (<12)
This commit is contained in:
Alexander Todorov 2019-01-03 13:11:12 +02:00 committed by Alexander Todorov
parent 177e62a896
commit 2ac027c78b
4 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,7 @@ rlJournalStart
rlAssertRpm python2-pip
fi
rlRun -t -c "pip install --upgrade pip setuptools"
rlRun -t -c "pip install awscli"
# aws configure

View File

@ -52,6 +52,7 @@ rlJournalStart
rlAssertRpm python2-pip
fi
rlRun -t -c "pip install --upgrade pip setuptools"
rlRun -t -c "pip install ansible[azure] futures"
rlPhaseEnd

View File

@ -40,6 +40,7 @@ rlJournalStart
rlAssertRpm python2-pip
fi
rlRun -t -c "pip install --upgrade pip setuptools"
rlRun -t -c "pip install ansible openstacksdk 'dogpile.cache>=0.6.2,<0.7.0'"
rlPhaseEnd

View File

@ -52,6 +52,7 @@ rlJournalStart
rlAssertRpm python2-pip
fi
rlRun -t -c "pip install --upgrade pip setuptools"
rlRun -t -c "pip install pyvmomi"
TMP_DIR=`mktemp -d /tmp/composer-vmware.XXXXX`