[oe-commits] [openembedded-core] 07/21: python-scons: Remove python-importlib dependency

git at git.openembedded.org git at git.openembedded.org
Sun Dec 10 22:51:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 95ad706162c2bc21a76274e7a44814e4704166a0
Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
AuthorDate: Mon Nov 13 09:42:53 2017 -0800

    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 at linux.intel.com>
---
 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 8fe74f4..e780c54 100644
--- a/meta/recipes-devtools/python/python-scons_3.0.0.bb
+++ b/meta/recipes-devtools/python/python-scons_3.0.0.bb
@@ -24,5 +24,4 @@ RDEPENDS_${PN} = "\
   python-subprocess \
   python-shell \
   python-pprint \
-  python-importlib \
   "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list