Use setuptools, not distribute

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
Zack Cerza 2014-08-28 19:13:37 -06:00
parent ed536a8f7d
commit 7e3c6b0735

View File

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