From: Michael Thalmeier Date: Thu, 21 Feb 2013 09:38:59 +0000 (+0100) Subject: python-argparse: add RDEPENDS on python-textutils X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2e58a1e41457876332d61fe87a4db53d3d2bd5f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 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 7c155754089..752ad64a38a 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"