python-pyxml: bump for python 2.6
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 13 Jan 2009 23:58:13 +0000 (23:58 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 13 Jan 2009 23:58:13 +0000 (23:58 +0000)
packages/python/python-pyxml_0.8.4.bb

index 34b5cbf..68eb7a3 100644 (file)
@@ -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"
+