From 3c9b85809df929ed21432e33c32dd7dc2b3e7d5f Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 10 Jul 2018 12:08:40 -0400 Subject: [PATCH] explicitly bring in the wheel package too to support `bdist_wheel` --- .circleci/setup-virtualenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/setup-virtualenv.sh b/.circleci/setup-virtualenv.sh index 18065f625..3998a6acc 100755 --- a/.circleci/setup-virtualenv.sh +++ b/.circleci/setup-virtualenv.sh @@ -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 \