[oe-commits] [openembedded-core] 29/31: python3: Add dependencies for python3-misc

git at git.openembedded.org git at git.openembedded.org
Tue Jul 12 22:11:40 UTC 2016


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

commit 64c307c8b1af32e1219e7c9ad3f634869e0fd33f
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Thu Jul 7 18:39:32 2016 +0300

    python3: Add dependencies for python3-misc
    
    http.server requires email.parser. argparse requires
    codecs and textutils.
    
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python3_3.5.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3_3.5.1.bb b/meta/recipes-devtools/python/python3_3.5.1.bb
index 78ae174..0d667d2 100644
--- a/meta/recipes-devtools/python/python3_3.5.1.bb
+++ b/meta/recipes-devtools/python/python3_3.5.1.bb
@@ -213,7 +213,7 @@ INSANE_SKIP_${PN}-dev += "dev-elf"
 
 # catch all the rest (unsorted)
 PACKAGES += "${PN}-misc"
-RDEPENDS_${PN}-misc += "${PN}-core"
+RDEPENDS_${PN}-misc += "${PN}-core ${PN}-email ${PN}-codecs ${PN}-textutils"
 RDEPENDS_${PN}-modules += "${PN}-misc"
 FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}"
 

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


More information about the Openembedded-commits mailing list