From 1c48ee405d1d9496731ac2c203fef31342f7f93f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Tue, 24 Apr 2018 23:09:43 +0200 Subject: [PATCH] Fix Windows build --- win/_base.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/win/_base.sh b/win/_base.sh index dc7ee8b5f..c796d6cdb 100644 --- a/win/_base.sh +++ b/win/_base.sh @@ -79,7 +79,8 @@ function install_deps { mingw-w64-"${ARCH}"-sqlite3 \ mingw-w64-"${ARCH}"-goocanvas \ mingw-w64-"${ARCH}"-gspell \ - mingw-w64-"${ARCH}"-hunspell + mingw-w64-"${ARCH}"-hunspell \ + mingw-w64-"${ARCH}"-"${PYTHON_ID}"-setuptools build_pip install setuptools_scm @@ -87,7 +88,6 @@ function install_deps { pyasn1 certifi git+https://dev.gajim.org/gajim/python-nbxmpp.git -protobuf git+https://github.com/dlitz/pycrypto.git cryptography pyopenssl @@ -96,6 +96,7 @@ docutils qrcode keyring pillow==4.3.0 +six " build_pip install --no-binary ":all:" \