From: Michael Thalmeier Date: Thu, 21 Feb 2013 09:38:59 +0000 (+0100) Subject: python-argparse: add RDEPENDS on python-textutils X-Git-Tag: 2015-4~7454 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2e9d39834ceb8cf9d9ba94940372b549fb957028;p=openembedded-core.git python-argparse: add RDEPENDS on python-textutils The argparse module uses the textwrapper modules contained in python-textutils. Signed-off-by: Michael Thalmeier Signed-off-by: Richard Purdie --- 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" 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"