From: Tim Orling Date: Tue, 11 Jan 2022 19:01:23 +0000 (-0800) Subject: python3-pygobject: setuptools instead of distuils X-Git-Tag: uninative-3.5~276 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3c2fd45eacc15d2fd3ff1ae82e98cb6f6bed5af7;p=openembedded-core.git python3-pygobject: setuptools instead of distuils [YOCTO #14610] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb b/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb index b07969c5ef..74318337ba 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" GNOMEBASEBUILDCLASS = "meson" GIR_MESON_OPTION = "" -inherit gnomebase distutils3-base gobject-introspection upstream-version-is-even +inherit gnomebase setuptools3-base gobject-introspection upstream-version-is-even DEPENDS += "python3 glib-2.0"