Skip to content
Snippets Groups Projects
Commit fc692871 authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

other: Windows: Fix installing omemo-dr in development environment

Fixes #11490
parent 9b8b1839
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment