[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1284/8267] python3: Add dependencies for python3-misc
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 1284/8267] python3: Add dependencies for python3-misc
- Date: Sat, 16 Dec 2017 21:36:43 +0000 (UTC)
commit 5e747eb3c878862450fa48ee5e7652685212618c
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date: Thu Jul 7 18:39:32 2016 +0300
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>
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 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}"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]