X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpython-tools-install.sh;h=d652763c911fa91664d773120fbe402a1ea33559;hb=5e16aff320aee68008f7d70af676f7ac8c6a0286;hp=921e39b8b3910932fd0e4b546e579de0d69e6096;hpb=892d2dcf529e962f7ac747944267b7f98b307eb2;p=releng%2Fglobal-jjb.git diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 921e39b8..d652763c 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -8,6 +8,7 @@ # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html ############################################################################## +echo "---> python-tools-install.sh" set -eux -o pipefail @@ -18,10 +19,11 @@ REQUIREMENTS_FILE=$(mktemp /tmp/requirements-XXXX.txt) # git+https://github.com/lfit/releng-lftools.git#egg=lftools[openstack] cat << EOF > "$REQUIREMENTS_FILE" -lftools[openstack]~=0.19.1 +lftools[openstack]~=0.23.1 python-heatclient~=1.16.1 python-openstackclient~=3.16.0 dogpile.cache~=0.6.8 # Version 0.7.[01] seems to break openstackclient +niet~=1.4.2 # Extract values from yaml EOF echo "Requirements file"