Daniel Brötzmann pushed to branch master at gajim / gajim
Commits: 31820540 by wurstsalat at 2024-05-15T23:49:31+02:00 other: Set correct pyGObject stub config for dev_env script - - - - - 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" -pip install -e .[dev] +PYGOBJECT_STUB_CONFIG=Gtk3,Gdk3,Soup3,GtkSource4 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/31820540d789353243c044f44b1d56dd6a194b6d -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/31820540d789353243c044f44b1d56dd6a194b6d 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]
