Skip to content

Commit 395a9f9

Browse files
committed
ci: add wheel dependency to imgtool publishing
Should fix the current fail trying to build a bdist_wheel. Signed-off-by: Fabio Utzig <[email protected]>
1 parent e759661 commit 395a9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/imgtool_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ if [[ $TRAVIS == "true" ]]; then
1919
fi
2020
fi
2121

22-
pip3 install setuptools twine packaging
22+
pip3 install setuptools twine packaging wheel
2323
pip3 install --pre imgtool --no-binary :all:

0 commit comments

Comments
 (0)