From: Petr Kubizňák Date: Mon, 3 Apr 2023 11:06:43 +0000 (+0200) Subject: python3-pygobject: depend on gobject-introspection X-Git-Tag: 2023-04-mickledore~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fae697c6889e17dd47415808a7173670b507047;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pygobject: depend on gobject-introspection When g-i feature is disabled, the gobject-introspection package dependency is not pulled in but pygobject has a hard dependency on it. Signed-off-by: Petr Kubizňák Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pygobject_3.42.2.bb b/meta/recipes-devtools/python/python3-pygobject_3.42.2.bb index cc7b07e804e..f54f4ce7847 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.42.2.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.42.2.bb @@ -10,7 +10,7 @@ GIR_MESON_OPTION = "" inherit gnomebase setuptools3-base gobject-introspection upstream-version-is-even -DEPENDS += "python3 glib-2.0" +DEPENDS += "python3 glib-2.0 gobject-introspection" SRCNAME="pygobject"