diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 8434b7dae3..4cdf1411e8 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -121,6 +121,12 @@ do_install_append_class-target () { fi } +RDEPENDS_${PN}-codegen += "\ + python3 \ + python3-distutils \ + python3-xml \ + " + RDEPENDS_${PN}-ptest += "\ dbus \ gnome-desktop-testing \