From d21d509b9f643371e9717a9a2c73607126d6029e Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 14 Aug 2019 11:55:55 +0100 Subject: python-pygobject: remove build-dependency on setuptools and add dependency on pkgutil Sync python-pygobject recipe with poky's python3-pygobject: Setuptools is not a mandatory build-dependency, so remove it. Pkgutil from the core library is needed at runtime, so add a dependency on it. Fixes: f8e1d0c17658 ("python-pygobject: move python-setuptools from RDEPENDS to DEPENDS") Signed-off-by: Luca Boccassi Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/python') diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb index 9c175e682d..0ea70b23b5 100644 --- a/meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" GNOMEBASEBUILDCLASS = "meson" inherit gnomebase gobject-introspection distutils-base upstream-version-is-even -DEPENDS += "python python-setuptools glib-2.0" +DEPENDS += "python glib-2.0" SRCNAME = "pygobject" SRC_URI = " \ @@ -30,6 +30,7 @@ PACKAGECONFIG[python] = "-Dpython=python3, -Dpython=python2, , " PACKAGECONFIG[stagedir] = "-Dstagedir=${PYTHON_SITEPACKAGES_DIR}, -Dstagedir="", , " BBCLASSEXTEND = "native" +RDEPENDS_${PN} = "python-pkgutil" RDEPENDS_${PN}_class-native = "" do_install_append() { -- cgit v1.2.3-54-g00ecf