From c2d29abfdacc07a62f49f9bde7cf9a193033af56 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 9 Sep 2018 18:04:39 +0200 Subject: MSYS2: Use system python2-six to avoid conflict with pip version --- buildtools/msys2installdeps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildtools') diff --git a/buildtools/msys2installdeps.sh b/buildtools/msys2installdeps.sh index 5328faabe..f4c8346b1 100644 --- a/buildtools/msys2installdeps.sh +++ b/buildtools/msys2installdeps.sh @@ -80,7 +80,8 @@ $ARCH-python2 \ $ARCH-python2-pip \ $ARCH-python2-lxml \ $ARCH-python2-numpy \ -$ARCH-python2-pillow +$ARCH-python2-pillow \ +$ARCH-python2-six for arch in $(eval echo $ARCH); do case ${arch} in mingw-w64-i686) -- cgit v1.2.3