From e1db25c84ce13321e6b969992470ae59eb40271c Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Fri, 2 Dec 2011 10:01:21 -0500 Subject: [PATCH] python-novaclient doesnt have tools/with-venv.sh. Change-Id: Icd49a88de4589cbe37c89f58fae1e3be7dc28d88 --- tarball_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarball_script.sh b/tarball_script.sh index 78403fc3..eca814bb 100755 --- a/tarball_script.sh +++ b/tarball_script.sh @@ -100,7 +100,7 @@ SEPARATOR=${SEPARATOR:-'~'} rm -f dist/*.tar.gz if [ -f setup.py ] ; then # swift has no virtualenv information in its tree. - if [ -d .*-venv ] ; then + if [ -d .*-venv -o -d tools/with_venv.sh ] ; then tools/with_venv.sh python setup.py sdist else python setup.py sdist