Philipp Hörist pushed to branch master at gajim / gajim
Commits:
fc692871 by wurstsalat at 2023-05-04T23:02:51+02:00
other: Windows: Fix installing omemo-dr in development environment
Fixes #11490
- - - - -
1 changed file:
- win/dev_env.sh
Changes:
=====================================
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
}
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/fc69287162c42bda50604863e6b40d1725f368cc
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/fc69287162c42bda50604863e6b40d1725f368cc
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits