From ed4a81feade79b7d6d392b79f774d1c061920e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sun, 30 Dec 2018 01:37:10 +0100 Subject: [PATCH] Windows: Fix build Seems we cant set an install order for pip requirements, so install precis-18n alone --- win/_base.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/_base.sh b/win/_base.sh index 35548cc87..92896cf3d 100644 --- a/win/_base.sh +++ b/win/_base.sh @@ -92,8 +92,9 @@ function install_deps { mingw-w64-"${ARCH}"-"${PYTHON_ID}"-certifi \ mingw-w64-"${ARCH}"-"${PYTHON_ID}"-six + build_pip install precis-i18n + PIP_REQUIREMENTS="\ -precis-i18n git+https://dev.gajim.org/gajim/python-nbxmpp.git git+https://dev.gajim.org/lovetox/pybonjour-python3.git git+https://github.com/enthought/pywin32-ctypes.git