1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

oops, install pygobject

This commit is contained in:
Salamandar 2024-01-15 12:43:45 +01:00
parent 03a291a96c
commit bba155c436

View file

@ -22,6 +22,8 @@ _mopidy_install() {
ynh_exec_as "$app" "$venvpy" -m pip install --upgrade --no-cache-dir pip
ynh_exec_as "$app" "$venvpy" -m pip install PyGObject
# install essential packages
ynh_exec_as "$app" "$venvpy" -m pip install --no-cache-dir \
Mopidy=="$(ynh_app_upstream_version)" \