mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
Merge pull request #139 from linuxbox2/wip-setuptools
bootstrap: force new setuptools Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
commit
60f71aee50
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ virtualenv --no-site-packages --distribute virtualenv
|
|||
# avoid pip bugs
|
||||
./virtualenv/bin/pip install --upgrade pip
|
||||
|
||||
# work-around change in pip 1.5
|
||||
./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade
|
||||
# work-around change in pip 1.5 (and more recent)
|
||||
./virtualenv/bin/pip install setuptools --upgrade
|
||||
|
||||
./virtualenv/bin/pip install -r requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue