From: Alejandro Hernandez Date: Mon, 13 Nov 2017 17:42:53 +0000 (-0800) Subject: python-scons: Remove python-importlib dependency X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46fd370aeb1012854047224031a6efb661bcb45f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-scons: Remove python-importlib dependency With the new manifest python-importlib became part of python-core (it was being installed anyway), so now the package cant be found and it shouldnt be listed as a dependency, this patch fixes python-scons RDEPENDS to avoid dependency errors. Signed-off-by: Alejandro Hernandez --- diff --git a/meta/recipes-devtools/python/python-scons_3.0.0.bb b/meta/recipes-devtools/python/python-scons_3.0.0.bb index 33bfb45e2e4..9bc7a202741 100644 --- a/meta/recipes-devtools/python/python-scons_3.0.0.bb +++ b/meta/recipes-devtools/python/python-scons_3.0.0.bb @@ -23,5 +23,4 @@ RDEPENDS_${PN} = "\ python-subprocess \ python-shell \ python-pprint \ - python-importlib \ "