summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-11-24 19:16:48 -0800
committerTim Orling <timothy.t.orling@intel.com>2021-11-25 20:07:37 -0800
commite32138ebaad13e4c75a08ae8fe00a6c4e99e7df9 (patch)
tree218bb9abd758c33cbf17351dd127965dea3911e7
parentacefecd6bcea10cdfe366f32260fa6f0d7f9009a (diff)
downloadopenembedded-core-contrib-e32138ebaad13e4c75a08ae8fe00a6c4e99e7df9.tar.gz
python3-pygobject: setuptools instead of distutils
[YOCTO #14610] Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
-rw-r--r--meta/recipes-devtools/python/python3-pygobject_3.42.0.bb2
1 files changed, 1 insertions, 1 deletions
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"