diff options
author | Michael Thalmeier <michael.thalmeier@hale.at> | 2013-02-21 10:38:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-25 05:58:19 -0800 |
commit | f2e58a1e41457876332d61fe87a4db53d3d2bd5f (patch) | |
tree | dcaf19a4470c75cdbd2c3f64be5656a3c2c52821 /meta/recipes-devtools/python | |
parent | 16bbc476e6851ec3995882f2dce20a60c8467077 (diff) | |
download | poky-f2e58a1e41457876332d61fe87a4db53d3d2bd5f.tar.gz |
python-argparse: add RDEPENDS on python-textutils
The argparse module uses the textwrapper modules contained in
python-textutils.
(From OE-Core rev: 2e9d39834ceb8cf9d9ba94940372b549fb957028)
Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-argparse_1.2.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-argparse_1.2.1.bb b/meta/recipes-devtools/python/python-argparse_1.2.1.bb index 7c15575408..752ad64a38 100644 --- a/meta/recipes-devtools/python/python-argparse_1.2.1.bb +++ b/meta/recipes-devtools/python/python-argparse_1.2.1.bb | |||
@@ -3,7 +3,8 @@ SECTION = "devel/python" | |||
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=09d08bb5b7047e2688ea3faad6408aa8" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=09d08bb5b7047e2688ea3faad6408aa8" |
5 | SRCNAME = "argparse" | 5 | SRCNAME = "argparse" |
6 | PR = "r2" | 6 | PR = "r3" |
7 | RDEPENDS_${PN} += "python-textutils" | ||
7 | 8 | ||
8 | SRC_URI = "http://argparse.googlecode.com/files/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "http://argparse.googlecode.com/files/${SRCNAME}-${PV}.tar.gz" |
9 | SRC_URI[md5sum] = "2fbef8cb61e506c706957ab6e135840c" | 10 | SRC_URI[md5sum] = "2fbef8cb61e506c706957ab6e135840c" |