From fc69287162c42bda50604863e6b40d1725f368cc Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Thu, 4 May 2023 17:35:02 +0200 Subject: other: Windows: Fix installing omemo-dr in development environment Fixes #11490 --- win/dev_env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win') diff --git a/win/dev_env.sh b/win/dev_env.sh index 2d352cd0e..4f4dcd353 100755 --- a/win/dev_env.sh +++ b/win/dev_env.sh @@ -44,7 +44,6 @@ function main { 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 @@ -52,6 +51,8 @@ sentry-sdk " pip3 install precis-i18n pip3 install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "]) +# Workaround for https://dev.gajim.org/gajim/gajim/-/issues/11490 +SETUPTOOLS_USE_DISTUTILS=stdlib pip3 install git+https://dev.gajim.org/gajim/omemo-dr.git } -- cgit v1.2.3