X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpython-tools-install.sh;h=b13edf35423bfafb6182815af37bb7abb251e058;hb=55721000132cef01ff9fe2141adfd6079c2f8857;hp=254fa7719af61b96fee1b50a7da730a7cc822065;hpb=a20a9570bd3fa82e8163582f2b2d43e09065d6dc;p=releng%2Fglobal-jjb.git diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 254fa771..b13edf35 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.18.0 +lftools[openstack]~=0.18.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