]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Drop --system-site-packages
authorZack Cerza <zack@redhat.com>
Thu, 21 Jan 2016 17:52:12 +0000 (10:52 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 22 Jan 2016 22:05:29 +0000 (15:05 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
bootstrap

index e743c0a06a05aa8e5971cbe9d1505510098f4bb9..3eafcae68a7cd18e2c09ee190fd7ea36d2561300 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -108,9 +108,7 @@ if [ -z "$NO_CLOBBER" ] || [ ! -e ./virtualenv ]; then
     if ! which virtualenv > /dev/null; then
         pip install virtualenv
     fi
-    # site packages needed because libvirt python bindings are not nicely
-    # packaged
-    virtualenv --system-site-packages --setuptools virtualenv
+    virtualenv --setuptools virtualenv
 
     # avoid pip bugs
     ./virtualenv/bin/pip install --upgrade pip