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:
authorPhilipp Hörist <philipp@hoerist.com>2023-04-10 16:58:42 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-04-10 16:59:05 +0300
commit1b54d92eb03b718c7023218718dcd356ace24fde (patch)
tree3104485adaf342b1faa74aaa08ac430ccef9863a /win
parent7a585f20d48f0bb03544ac66394a49fe937e3625 (diff)
ci: Windows: Fix installing omemo-dr
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