[oe-commits] Michael Thalmeier : python-argparse: add RDEPENDS on python-textutils

git at git.openembedded.org git at git.openembedded.org
Mon Feb 25 13:58:02 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 2e9d39834ceb8cf9d9ba94940372b549fb957028
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2e9d39834ceb8cf9d9ba94940372b549fb957028

Author: Michael Thalmeier <michael.thalmeier at hale.at>
Date:   Thu Feb 21 10:38:59 2013 +0100

python-argparse: add RDEPENDS on python-textutils

The argparse module uses the textwrapper modules contained in
python-textutils.

Signed-off-by: Michael Thalmeier <michael.thalmeier at hale.at>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 7c15575..752ad64 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"





More information about the Openembedded-commits mailing list