From b548b90a6c7ee5e4421b98cb42fe7279832e70ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 22 Dec 2018 14:21:25 +0100 Subject: [PATCH] Windows: Fix build nbxmpp now requires precis-i18n --- win/_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/_base.sh b/win/_base.sh index 802229163..35548cc87 100644 --- a/win/_base.sh +++ b/win/_base.sh @@ -93,6 +93,7 @@ function install_deps { mingw-w64-"${ARCH}"-"${PYTHON_ID}"-six 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 @@ -101,7 +102,6 @@ python-gnupg python-axolotl qrcode cssutils -precis-i18n " build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])