Philipp Hörist pushed to branch master at gajim / gajim


Commits:
1c1a1ccf by Philipp Hörist at 2025-01-08T22:38:07+01:00
other: Simplify dev env install

- - - - -


1 changed file:

- scripts/dev_env.sh


Changes:

=====================================
scripts/dev_env.sh
=====================================
@@ -2,7 +2,7 @@ echo -e "\e[32mCreate virtualenv\e[0m"
 python -m venv .venv
 source .venv/bin/activate
 echo -e "\e[32mInstall dependencies into virtualenv\e[0m"
-PYGOBJECT_STUB_CONFIG=Gtk4,Gdk4,GtkSource5 pip install -e .[dev]
+pip install -e .[dev]
 deactivate
 echo -e "\e[32mFinshed\e[0m"
 echo -e "\e[34mUse 'source .venv/bin/activate' to activate the virtualenv\e[0m"



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/1c1a1ccf5278e673b3538bb560a1ed242da9dd22
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