]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
bug 934459: pip no longer supports -E
authorDan Wendlandt <dan@nicira.com>
Sat, 25 Feb 2012 18:24:34 +0000 (10:24 -0800)
committerDan Wendlandt <dan@nicira.com>
Sat, 25 Feb 2012 18:24:39 +0000 (10:24 -0800)
Change-Id: I2acdef113d147b7130053088d4bcf8515f61b815

tools/install_venv.py

index 040adbfe8b99c2de2854a6f922ef7369a8534413..75a066c3c09450792f7c4e492b7ddf70007c5c38 100644 (file)
@@ -91,7 +91,7 @@ def create_virtualenv(venv=VENV, install_pip=False):
 
 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)
 
     # Tell the virtual env how to "import quantum"