Merge "python-novaclient doesnt have tools/with-venv.sh."

This commit is contained in:
Jenkins
2011-12-05 23:38:11 +00:00
committed by Gerrit Code Review

View File

@@ -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