Windows: Fix build
nbxmpp now requires precis-i18n
This commit is contained in:
parent
94479dd7f6
commit
b548b90a6c
1 changed files with 1 additions and 1 deletions
|
@ -93,6 +93,7 @@ function install_deps {
|
||||||
mingw-w64-"${ARCH}"-"${PYTHON_ID}"-six
|
mingw-w64-"${ARCH}"-"${PYTHON_ID}"-six
|
||||||
|
|
||||||
PIP_REQUIREMENTS="\
|
PIP_REQUIREMENTS="\
|
||||||
|
precis-i18n
|
||||||
git+https://dev.gajim.org/gajim/python-nbxmpp.git
|
git+https://dev.gajim.org/gajim/python-nbxmpp.git
|
||||||
git+https://dev.gajim.org/lovetox/pybonjour-python3.git
|
git+https://dev.gajim.org/lovetox/pybonjour-python3.git
|
||||||
git+https://github.com/enthought/pywin32-ctypes.git
|
git+https://github.com/enthought/pywin32-ctypes.git
|
||||||
|
@ -101,7 +102,6 @@ python-gnupg
|
||||||
python-axolotl
|
python-axolotl
|
||||||
qrcode
|
qrcode
|
||||||
cssutils
|
cssutils
|
||||||
precis-i18n
|
|
||||||
"
|
"
|
||||||
|
|
||||||
build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
|
build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
|
||||||
|
|
Loading…
Add table
Reference in a new issue