From bba155c436d5ca2650b6ccc281444d49227926e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 15 Jan 2024 12:43:45 +0100 Subject: [PATCH] oops, install pygobject --- scripts/_common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index f0f0fbf..acef04d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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)" \