Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2018-04-25 00:09:43 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-04-26 22:13:49 +0300
commit1786bb496aa423ae3845a4a37de55aa269d33a5f (patch)
tree5834098912ad6f71fa45a4beb7d127ba677d92f9
parente18294740dec32c11660276b22233cbbd5425050 (diff)
Fix Windows build
-rw-r--r--win/_base.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/win/_base.sh b/win/_base.sh
index dc7ee8b5f..c796d6cdb 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -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:" \