mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
Use setuptools, not distribute
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
parent
ed536a8f7d
commit
7e3c6b0735
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user