From 0c4a9a00c975fb4043cb923324baf5d84fd1edca Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Thu, 28 Sep 2017 19:47:03 +0200 Subject: MSYS2: Upgrade python packages when re-running the script (pip) --- buildtools/msys2installdeps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildtools/msys2installdeps.sh b/buildtools/msys2installdeps.sh index 384597c09..38c713342 100644 --- a/buildtools/msys2installdeps.sh +++ b/buildtools/msys2installdeps.sh @@ -89,10 +89,10 @@ $ARCH-python2-pillow for arch in $(eval echo $ARCH); do case ${arch} in mingw-w64-i686) - /mingw32/bin/pip install coverage pyserial scour + /mingw32/bin/pip install --upgrade coverage pyserial scour ;; mingw-w64-x86_64) - /mingw64/bin/pip install coverage pyserial scour + /mingw64/bin/pip install --upgrade coverage pyserial scour ;; esac done -- cgit v1.2.3