From 46fd370aeb1012854047224031a6efb661bcb45f Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Mon, 13 Nov 2017 09:42:53 -0800 Subject: [PATCH] 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 --- meta/recipes-devtools/python/python-scons_3.0.0.bb | 1 - 1 file changed, 1 deletion(-) 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 \ " -- 2.47.2