X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpython-tools-install.sh;h=46d01f3e9bababf3f7cfe63058c41e0ea42915ec;hb=refs%2Ftags%2Fv0.28.1;hp=c607dcb7b8c5efb3c933a0244c710aa793e76ebe;hpb=a69d4e3a1b365a4745301ee41c86ee25768c8618;p=releng%2Fglobal-jjb.git diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index c607dcb7..46d01f3e 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -14,11 +14,15 @@ set -eux -o pipefail REQUIREMENTS_FILE=$(mktemp /tmp/requirements-XXXX.txt) cat << EOF > "$REQUIREMENTS_FILE" -lftools~=0.17.1 +lftools[openstack]~=0.19.0 python-heatclient~=1.16.1 python-openstackclient~=3.16.0 EOF +echo "Requirements file" +echo "-----------------" +cat "$REQUIREMENTS_FILE" + # Use `python -m pip` to ensure we are using the latest version of pip python -m pip install --user --quiet --upgrade pip python -m pip install --user --quiet --upgrade setuptools