Fix Windows build
This commit is contained in:
parent
e2383fd7a4
commit
1c48ee405d
|
@ -79,7 +79,8 @@ function install_deps {
|
||||||
mingw-w64-"${ARCH}"-sqlite3 \
|
mingw-w64-"${ARCH}"-sqlite3 \
|
||||||
mingw-w64-"${ARCH}"-goocanvas \
|
mingw-w64-"${ARCH}"-goocanvas \
|
||||||
mingw-w64-"${ARCH}"-gspell \
|
mingw-w64-"${ARCH}"-gspell \
|
||||||
mingw-w64-"${ARCH}"-hunspell
|
mingw-w64-"${ARCH}"-hunspell \
|
||||||
|
mingw-w64-"${ARCH}"-"${PYTHON_ID}"-setuptools
|
||||||
|
|
||||||
build_pip install setuptools_scm
|
build_pip install setuptools_scm
|
||||||
|
|
||||||
|
@ -87,7 +88,6 @@ function install_deps {
|
||||||
pyasn1
|
pyasn1
|
||||||
certifi
|
certifi
|
||||||
git+https://dev.gajim.org/gajim/python-nbxmpp.git
|
git+https://dev.gajim.org/gajim/python-nbxmpp.git
|
||||||
protobuf
|
|
||||||
git+https://github.com/dlitz/pycrypto.git
|
git+https://github.com/dlitz/pycrypto.git
|
||||||
cryptography
|
cryptography
|
||||||
pyopenssl
|
pyopenssl
|
||||||
|
@ -96,6 +96,7 @@ docutils
|
||||||
qrcode
|
qrcode
|
||||||
keyring
|
keyring
|
||||||
pillow==4.3.0
|
pillow==4.3.0
|
||||||
|
six
|
||||||
"
|
"
|
||||||
|
|
||||||
build_pip install --no-binary ":all:" \
|
build_pip install --no-binary ":all:" \
|
||||||
|
|
Loading…
Reference in New Issue