summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-02-22 01:04:37 +0000
committerGerrit Code Review <review@openstack.org>2012-02-22 01:04:37 +0000
commit74ef93a63b131690575d037be28fc8cd63c0e8ab (patch)
treeed723c2ff3d7071a6d455c4ec8b8dcf35ae1e7a5 /tools
parent08f26acf3b6dfcbf4e107eb0b7432a28b6abc406 (diff)
parent9246e0453f8e7335103d086ace22be8082a84b0e (diff)
downloadkeystone-74ef93a63b131690575d037be28fc8cd63c0e8ab.tar.gz
keystone-74ef93a63b131690575d037be28fc8cd63c0e8ab.tar.xz
keystone-74ef93a63b131690575d037be28fc8cd63c0e8ab.zip
Merge "fixes #934459"
Diffstat (limited to 'tools')
-rw-r--r--tools/install_venv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py
index 11f682b6..0f20cf1c 100644
--- a/tools/install_venv.py
+++ b/tools/install_venv.py
@@ -99,7 +99,7 @@ def create_virtualenv(venv=VENV):
def install_dependencies(venv=VENV):
print 'Installing dependencies with pip (this can take a while)...'
- run_command(['tools/with_venv.sh', 'pip', 'install', '-E', venv, '-r',
+ run_command(['tools/with_venv.sh', 'pip', 'install', '-r',
PIP_REQUIRES], redirect_output=False)