From 79080374c81fdcf404db9bc24e4a0b1455042fee Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 21 Jan 2018 11:20:32 -0500 Subject: Remove deprecated ${PYTHON_PN}-importlib from the RDEPENDS The ${PYTHON_PN}-importlib package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb index 9d2e165548..7ddf4e552f 100644 --- a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb @@ -26,7 +26,7 @@ BBCLASSEXTEND = "native" EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}" -RDEPENDS_${PN} += "python-setuptools python-importlib" +RDEPENDS_${PN} += "python-setuptools" RDEPENDS_${PN}_class-native = "" do_install_append() { -- cgit 1.2.3-korg