explicitly bring in the wheel package too

to support `bdist_wheel`
This commit is contained in:
Jean-Paul Calderone 2018-07-10 12:08:40 -04:00
parent 524a6ef217
commit 3c9b85809d

View File

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