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>
This commit is contained in:
Michael Thalmeier 2013-02-21 10:38:59 +01:00 committed by Richard Purdie
parent 16bbc476e6
commit f2e58a1e41
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ SECTION = "devel/python"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=09d08bb5b7047e2688ea3faad6408aa8"
SRCNAME = "argparse"
PR = "r2"
PR = "r3"
RDEPENDS_${PN} += "python-textutils"
SRC_URI = "http://argparse.googlecode.com/files/${SRCNAME}-${PV}.tar.gz"
SRC_URI[md5sum] = "2fbef8cb61e506c706957ab6e135840c"