Merge "Install the latest version of setuptools"

This commit is contained in:
Jenkins 2017-09-28 13:45:10 +00:00 committed by Gerrit Code Review
commit ac40825d55
1 changed files with 3 additions and 0 deletions

View File

@ -175,3 +175,6 @@ sudo -H -E ${PIP} install bindep
# bindep returns 1 if packages are missing
bindep -b &> /dev/null || ${INSTALLER_CMD} $(bindep -b)
# upgrade setuptools, as latest version is needed to install some projects
sudo -H -E ${PIP} install --upgrade setuptools