]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Use setuptools, not distribute
authorZack Cerza <zack.cerza@inktank.com>
Fri, 29 Aug 2014 01:13:37 +0000 (19:13 -0600)
committerZack Cerza <zack.cerza@inktank.com>
Fri, 29 Aug 2014 01:13:37 +0000 (19:13 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
bootstrap

index 46590caf98272a288d5454226bd7b585a6bcd7ee..5e6e795d9c9970be594dd0302045f581069b8582 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -16,7 +16,7 @@ fi
 if [ -z "$NO_CLOBBER" ] || [ ! -e ./virtualenv ]; then
     # site packages needed because libvirt python bindings are not nicely
     # packaged
-    virtualenv --system-site-packages --distribute virtualenv
+    virtualenv --system-site-packages --setuptools virtualenv
 
     # avoid pip bugs
     ./virtualenv/bin/pip install --upgrade pip