summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.5.1.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-08-23 18:23:59 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-31 20:37:44 +0100
commitcefa06d9852df6bd39a7bfe8c4f2d2b2ce4226ce (patch)
treead88c8cf453ca355d4a873d97787c15fd8fb1b54 /meta/recipes-devtools/python/python3_3.5.1.bb
parentecb5183b9ad957934bbefe9f6107c20b68b77e83 (diff)
downloadpoky-cefa06d9852df6bd39a7bfe8c4f2d2b2ce4226ce.tar.gz
python-3.5-manifest: Add argparse module
Adding argparse module from Python's standard library. This allow use argparse without installing all python-misc modules. For compatibility, add python3-argparse as RDEPENDS to python3-misc. (From OE-Core rev: 6acbda5ac9c4edbcabbe11227db1655fbc8d904c) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit f2b96001e074d26f5eb8711c2217a695fb02de4c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.5.1.bb')
-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 2fbb3cbc30..37ef26775b 100644
--- a/meta/recipes-devtools/python/python3_3.5.1.bb
+++ b/meta/recipes-devtools/python/python3_3.5.1.bb
@@ -215,7 +215,7 @@ INSANE_SKIP_${PN}-dev += "dev-elf"
215 215
216# catch all the rest (unsorted) 216# catch all the rest (unsorted)
217PACKAGES += "${PN}-misc" 217PACKAGES += "${PN}-misc"
218RDEPENDS_${PN}-misc += "${PN}-core" 218RDEPENDS_${PN}-misc += "${PN}-core ${PN}-argparse"
219RDEPENDS_${PN}-modules += "${PN}-misc" 219RDEPENDS_${PN}-modules += "${PN}-misc"
220FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}" 220FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}"
221 221