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
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rwxr-xr-xwin/_base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/_base.sh b/win/_base.sh
index b586913a6..a86a9657d 100755
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -105,7 +105,6 @@ function install_deps {
PIP_REQUIREMENTS="\
git+https://dev.gajim.org/gajim/python-nbxmpp.git
-git+https://dev.gajim.org/gajim/omemo-dr.git
python-gnupg
qrcode
css_parser
@@ -113,6 +112,7 @@ sentry-sdk
"
build_pip install precis-i18n
+ SETUPTOOLS_USE_DISTUTILS=stdlib build_pip git+https://dev.gajim.org/gajim/omemo-dr.git
build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
# remove the large png icons, they should be used rarely and svg works fine