From f96ce2cdf95da28602fe1a6d0cf07d9e1916b7f2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 16 May 2023 19:40:27 +0100 Subject: python3-pygobject: remove explicit gobject-introspection DEPENDS The gobject-introspection inherit pulls in the dependency for us. (From OE-Core rev: 96825cc883ceaf68cc2f90cd619bb55b5c5a7850) Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python3-pygobject_3.44.1.bb') 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 8bfff43560..1132e9a9ed 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" -- cgit v1.2.3-54-g00ecf