From 2d3a4c58d4a37b1c3b72005150442558ff344358 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 22 Dec 2016 10:53:12 -0500 Subject: [PATCH] Add curl to bindep This is used by tools/tox_install.sh. Change-Id: Ib9f9fc214c27c5ba647f8abcb4b558a229f1f1fa --- bindep.txt | 1 + tools/tox_install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index f400ed284..113be2ac3 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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] diff --git a/tools/tox_install.sh b/tools/tox_install.sh index e61b63a8b..d217293ac 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -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