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:
parent
03a291a96c
commit
bba155c436
1 changed files with 2 additions and 0 deletions
|
@ -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)" \
|
||||
|
|
Loading…
Add table
Reference in a new issue