Same here: this needs to go to master first, and better explained, as we are not seeing those issues. Alex On Tue, 25 May 2021 at 17:17, cpriouzeau wrote: > Meson request to have a valid python, meson-log indicate that > issue come from: > ModuleNotFoundError: No module named '_sysconfigdata' > > Signed-off-by: Christophe Priouzeau > --- > meta/recipes-core/glib-2.0/glib.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-core/glib-2.0/glib.inc > b/meta/recipes-core/glib-2.0/glib.inc > index 71777bc459..1b513654d8 100644 > --- a/meta/recipes-core/glib-2.0/glib.inc > +++ b/meta/recipes-core/glib-2.0/glib.inc > @@ -29,6 +29,7 @@ PACKAGES += "${PN}-codegen ${PN}-utils" > LEAD_SONAME = "libglib-2.0.*" > > inherit meson gettext gtk-doc pkgconfig ptest-gnome > upstream-version-is-even bash-completion gio-module-cache manpages > +inherit python3targetconfig > > DEPENDS_append_class-target = "${@' gtk-doc' if > d.getVar('GTKDOC_ENABLED') == 'True' else ''}" > > -- > 2.25.1 > > > > >