aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-07-07 18:39:32 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-12 23:10:05 +0100
commit64c307c8b1af32e1219e7c9ad3f634869e0fd33f (patch)
tree7da0b083143ef8315f8cc5ca5cb70b0e67abeeb8
parent35d36a4d097ce8a0fd0be2f795e3d5052d4f753c (diff)
downloadopenembedded-core-contrib-64c307c8b1af32e1219e7c9ad3f634869e0fd33f.tar.gz
python3: Add dependencies for python3-misc
http.server requires email.parser. argparse requires codecs and textutils. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-devtools/python/python3_3.5.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.1.bb b/meta/recipes-devtools/python/python3_3.5.1.bb
index 78ae1740e3..0d667d2ad8 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}"