diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-07-07 18:39:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-12 23:10:16 +0100 |
commit | 5e747eb3c878862450fa48ee5e7652685212618c (patch) | |
tree | 038b3f579f7c8df9d6d238f964d7055a563ccc41 /meta/recipes-devtools/python | |
parent | 114206fb4c76c335510352f7e85b95b8ae3acc72 (diff) | |
download | poky-5e747eb3c878862450fa48ee5e7652685212618c.tar.gz |
python3: Add dependencies for python3-misc
http.server requires email.parser. argparse requires
codecs and textutils.
(From OE-Core rev: 64c307c8b1af32e1219e7c9ad3f634869e0fd33f)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.1.bb | 2 |
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" | |||
213 | 213 | ||
214 | # catch all the rest (unsorted) | 214 | # catch all the rest (unsorted) |
215 | PACKAGES += "${PN}-misc" | 215 | PACKAGES += "${PN}-misc" |
216 | RDEPENDS_${PN}-misc += "${PN}-core" | 216 | RDEPENDS_${PN}-misc += "${PN}-core ${PN}-email ${PN}-codecs ${PN}-textutils" |
217 | RDEPENDS_${PN}-modules += "${PN}-misc" | 217 | RDEPENDS_${PN}-modules += "${PN}-misc" |
218 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}" | 218 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}" |
219 | 219 | ||