From: Ross Burton Date: Tue, 16 May 2023 18:40:27 +0000 (+0100) Subject: python3-pygobject: remove explicit gobject-introspection DEPENDS X-Git-Tag: uninative-3.10~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96825cc883ceaf68cc2f90cd619bb55b5c5a7850;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pygobject: remove explicit gobject-introspection DEPENDS The gobject-introspection inherit pulls in the dependency for us. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb index 8bfff435609..1132e9a9ed3 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb @@ -10,7 +10,7 @@ GIR_MESON_OPTION = "" inherit gnomebase setuptools3-base gobject-introspection upstream-version-is-even -DEPENDS += "python3 glib-2.0 gobject-introspection" +DEPENDS += "python3 glib-2.0" SRCNAME="pygobject"