diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-09-28 17:47:03 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-09-28 17:47:03 +0000 |
| commit | 0c4a9a00c975fb4043cb923324baf5d84fd1edca (patch) | |
| tree | 085776353af6f4f1b76715298af0df2f1f20704a | |
| parent | MSYS2: Switch to repo.msys2.org URL for imagemagick (diff) | |
| download | inkscape-0c4a9a00c975fb4043cb923324baf5d84fd1edca.tar.gz inkscape-0c4a9a00c975fb4043cb923324baf5d84fd1edca.zip | |
MSYS2: Upgrade python packages when re-running the script (pip)
| -rw-r--r-- | buildtools/msys2installdeps.sh | 4 |
1 files 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 |
