]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-pygobject: remove explicit gobject-introspection DEPENDS
authorRoss Burton <ross.burton@arm.com>
Tue, 16 May 2023 18:40:27 +0000 (19:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 May 2023 09:53:44 +0000 (10:53 +0100)
The gobject-introspection inherit pulls in the dependency for us.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-pygobject_3.44.1.bb

index 8bfff4356091e7e52e6f8a597e5e210260e00d2a..1132e9a9ed3dd1452eb7542803b21ca8d4b10759 100644 (file)
@@ -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"