[oe-commits] Michael 'Mickey' Lauer : python-pyxml: bump for python 2.6

GIT User account git at amethyst.openembedded.net
Wed Jan 14 00:14:14 UTC 2009


Module: openembedded.git
Branch: mickey/python26
Commit: 19ba61d9e5994c6db0adecf0909fe9bdd459e700
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=19ba61d9e5994c6db0adecf0909fe9bdd459e700

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Jan 13 23:58:13 2009 +0000

python-pyxml: bump for python 2.6

---

 packages/python/python-pyxml_0.8.4.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/python/python-pyxml_0.8.4.bb b/packages/python/python-pyxml_0.8.4.bb
index 34b5cbf..68eb7a3 100644
--- a/packages/python/python-pyxml_0.8.4.bb
+++ b/packages/python/python-pyxml_0.8.4.bb
@@ -2,12 +2,13 @@ DESCRIPTION = "A sophisticated XML Processing Package for Python"
 SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "PSF"
-RDEPENDS = "python-xml python-netclient"
 SRCNAME = "pyxml"
-PR = "ml0"
+PR = "ml1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz"
 S = "${WORKDIR}/PyXML-${PV}"
 
 inherit distutils
 
+RDEPENDS = "python-xml python-netclient"
+





More information about the Openembedded-commits mailing list