Windows: Fix build

nbxmpp now requires precis-i18n
This commit is contained in:
Philipp Hörist 2018-12-22 14:21:25 +01:00
parent 94479dd7f6
commit b548b90a6c
1 changed files with 1 additions and 1 deletions

View File

@ -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"] [" "])