Merge "Add curl to bindep"

This commit is contained in:
Jenkins 2017-01-04 13:26:34 +00:00 committed by Gerrit Code Review
commit d82aee82e8
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
# install and tests
# see http://docs.openstack.org/infra/bindep/ for additional information.
curl
multipath-utils [platform:dpkg rpm]
sg3-utils [platform:dpkg]
sg3_utils [platform:rpm]

View File

@ -16,7 +16,7 @@ localfile="$VIRTUAL_ENV/log/upper-constraints.txt"
if [[ "$CONSTRAINTS_FILE" != http* ]]; then
CONSTRAINTS_FILE="file://$CONSTRAINTS_FILE"
fi
# NOTE(tonyb): need to add curl to bindep.txt if the project supports bindep
curl "$CONSTRAINTS_FILE" --insecure --progress-bar --output "$localfile"
pip install -c"$localfile" openstack-requirements