mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-24 19:30:38 +00:00
bootstrap: remove --no-use-wheel from setuptools pip line
This breakage is cascading through the branches. Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
This commit is contained in:
parent
dc26c0d696
commit
4db453219d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ virtualenv --no-site-packages --distribute virtualenv
|
|||
./virtualenv/bin/pip install --upgrade pip
|
||||
|
||||
# work-around change in pip 1.5
|
||||
./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade
|
||||
./virtualenv/bin/pip install setuptools --upgrade
|
||||
|
||||
./virtualenv/bin/pip install -r requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue