Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
d5958fd8 by wurstsalat at 2023-06-15T09:28:21+02:00
other: Install pyGObject-stubs in Windows dev env and always upgrade pip 
installs

- - - - -


1 changed file:

- win/dev_env.sh


Changes:

=====================================
win/dev_env.sh
=====================================
@@ -44,15 +44,16 @@ function main {
 
     PIP_REQUIREMENTS="\
 git+https://dev.gajim.org/gajim/python-nbxmpp.git
+pygobject-stubs --no-cache-dir --config-settings=config=Gtk3,Gdk3,GtkSource4
 python-gnupg
 qrcode
 css_parser
 sentry-sdk
 "
-pip3 install precis-i18n
-pip3 install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
+pip3 install --upgrade precis-i18n
+pip3 install --upgrade $(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
+SETUPTOOLS_USE_DISTUTILS=stdlib pip3 install --upgrade 
git+https://dev.gajim.org/gajim/omemo-dr.git
 
 }
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/d5958fd8dfda07d89f16232760dc30c1440cba94

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/d5958fd8dfda07d89f16232760dc30c1440cba94
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to