]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python-scons: Remove python-importlib dependency
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Mon, 13 Nov 2017 17:42:53 +0000 (09:42 -0800)
committerAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Fri, 24 Nov 2017 23:57:43 +0000 (15:57 -0800)
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>
meta/recipes-devtools/python/python-scons_3.0.0.bb

index 33bfb45e2e476be1fd69231754768b64a6b20e95..9bc7a20274137f0ca4430b13a34718114133dafb 100644 (file)
@@ -23,5 +23,4 @@ RDEPENDS_${PN} = "\
   python-subprocess \
   python-shell \
   python-pprint \
-  python-importlib \
   "