Skip to content
Snippets Groups Projects
Commit 1c48ee40 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Fix Windows build

parent e2383fd7
No related branches found
No related tags found
No related merge requests found
......@@ -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:" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment