Commit 377307de authored by Fabio Utzig's avatar Fabio Utzig Committed by David Brown
Browse files

Fix imgtool publishing missing python package



Add missing `packaging` to allow version comparison.

Signed-off-by: default avatarFabio Utzig <utzig@apache.org>
parent 14301abb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@ if [[ $TRAVIS_PULL_REQUEST != "false" || $TRAVIS_BRANCH != "master" ]]; then
    exit 0
fi

pip3 install setuptools twine
pip3 install setuptools twine packaging
pip3 install --pre imgtool