diff mbox series

[3/7] python3-pygobject: remove explicit gobject-introspection DEPENDS

Message ID 20230516184031.2255171-3-ross.burton@arm.com
State Accepted, archived
Commit 96825cc883ceaf68cc2f90cd619bb55b5c5a7850
Headers show
Series [1/7] meta: depend on autoconf-archive-native, not autoconf-archive | expand

Commit Message

Ross Burton May 16, 2023, 6:40 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

The gobject-introspection inherit pulls in the dependency for us.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"