Daniel Brötzmann pushed to branch master at gajim / gajim
Commits: 44e2af48 by wurstsalat at 2025-01-08T19:37:21+01:00 other: Remove unnecessary modules from pygobject-stub config in dev_env.sh - - - - - 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,Gsk,Soup3,GtkSource5 pip install -e .[dev] +PYGOBJECT_STUB_CONFIG=Gtk4,Gdk4,GtkSource5 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/44e2af480badc591b14c179bab3f9f986d68dd9c -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/44e2af480badc591b14c179bab3f9f986d68dd9c 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]
