mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 19:04:21 +00:00
explicitly bring in the wheel package too
to support `bdist_wheel`
This commit is contained in:
parent
524a6ef217
commit
3c9b85809d
@ -21,7 +21,7 @@ sudo --set-home -u nobody /tmp/tests/bin/pip install certifi
|
||||
|
||||
# Get a new, awesome version of pip and setuptools. For example, the
|
||||
# distro-packaged virtualenv's pip may not know about wheels.
|
||||
sudo --set-home -u nobody /tmp/tests/bin/pip install --upgrade pip setuptools
|
||||
sudo --set-home -u nobody /tmp/tests/bin/pip install --upgrade pip setuptools wheel
|
||||
|
||||
# Populate the wheelhouse, if necessary.
|
||||
sudo --set-home -u nobody /tmp/tests/bin/pip -vvv \
|
||||
|
Loading…
x
Reference in New Issue
Block a user