wheels: Add "wheel" to build venv
Lots of builds fail with $ grep -r "invalid command 'bdist_wheel'" * | wc -l 388 I think perhaps we need wheel in the venv, as packages don't specify the depdency explictly? Change-Id: I2ed1b07e9e6dd5513f30b3007ee187da7665bf35
This commit is contained in:
@@ -55,7 +55,7 @@ for BRANCH in master $BRANCHES; do
|
|||||||
rm -rf build_env
|
rm -rf build_env
|
||||||
${VIRTUALENV_CMD} build_env
|
${VIRTUALENV_CMD} build_env
|
||||||
|
|
||||||
build_env/bin/pip install --upgrade pip
|
build_env/bin/pip install --upgrade pip wheel
|
||||||
|
|
||||||
# SHORT_BRANCH is just "master","newton","kilo" etc. because this
|
# SHORT_BRANCH is just "master","newton","kilo" etc. because this
|
||||||
# keeps the output log hierarchy much simpler.
|
# keeps the output log hierarchy much simpler.
|
||||||
|
|||||||
Reference in New Issue
Block a user