diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-23 18:23:59 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 23:03:46 +0100 |
commit | e484378325591ad42dc413342035043090c5f616 (patch) | |
tree | 4a23f61f5ae378335f0a6a63a426df2109ed557e /meta/recipes-devtools/python/python3_3.5.2.bb | |
parent | 4c184eb757929588705d21a2327315d3804b40a0 (diff) | |
download | poky-e484378325591ad42dc413342035043090c5f616.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: f2b96001e074d26f5eb8711c2217a695fb02de4c)
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
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/python3_3.5.2.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.2.bb b/meta/recipes-devtools/python/python3_3.5.2.bb index a41e110c8f..456147d39e 100644 --- a/meta/recipes-devtools/python/python3_3.5.2.bb +++ b/meta/recipes-devtools/python/python3_3.5.2.bb | |||
@@ -212,7 +212,7 @@ INSANE_SKIP_${PN}-dev += "dev-elf" | |||
212 | 212 | ||
213 | # catch all the rest (unsorted) | 213 | # catch all the rest (unsorted) |
214 | PACKAGES += "${PN}-misc" | 214 | PACKAGES += "${PN}-misc" |
215 | RDEPENDS_${PN}-misc += "${PN}-core ${PN}-email ${PN}-codecs ${PN}-textutils" | 215 | RDEPENDS_${PN}-misc += "${PN}-core ${PN}-email ${PN}-codecs ${PN}-textutils ${PN}-argparse" |
216 | RDEPENDS_${PN}-modules += "${PN}-misc" | 216 | RDEPENDS_${PN}-modules += "${PN}-misc" |
217 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}" | 217 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}" |
218 | 218 | ||