summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2017-11-13 09:42:53 -0800
committerAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2017-11-24 15:57:43 -0800
commit46fd370aeb1012854047224031a6efb661bcb45f (patch)
treee09b568ff97bc73a9eb617e04e8a4f8d294763ca
parent36bc343fba2af2a640b526fc110c5a2f670b1252 (diff)
downloadopenembedded-core-contrib-46fd370aeb1012854047224031a6efb661bcb45f.tar.gz
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 <alejandro.hernandez@linux.intel.com>
-rw-r--r--meta/recipes-devtools/python/python-scons_3.0.0.bb1
1 files changed, 0 insertions, 1 deletions
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 33bfb45e2e..9bc7a20274 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 \
"