From: Jussi Kukkonen Date: Thu, 7 Jul 2016 15:39:32 +0000 (+0300) Subject: python3: Add dependencies for python3-misc X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25071 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64c307c8b1af32e1219e7c9ad3f634869e0fd33f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3: Add dependencies for python3-misc http.server requires email.parser. argparse requires codecs and textutils. Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/python/python3_3.5.1.bb b/meta/recipes-devtools/python/python3_3.5.1.bb index 78ae1740e3f..0d667d2ad8c 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}"