aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyxml_0.8.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pyxml_0.8.4.bb')
-rw-r--r--recipes/python/python-pyxml_0.8.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/python/python-pyxml_0.8.4.bb b/recipes/python/python-pyxml_0.8.4.bb
index d8022ba84d..97440f2fec 100644
--- a/recipes/python/python-pyxml_0.8.4.bb
+++ b/recipes/python/python-pyxml_0.8.4.bb
@@ -3,14 +3,14 @@ SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "PSF"
SRCNAME = "pyxml"
-PR = "ml1"
+PR = "ml2"
SRC_URI = "${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz"
S = "${WORKDIR}/PyXML-${PV}"
inherit distutils
-RDEPENDS = "python-xml python-netclient"
+RDEPENDS_${PN} = "python-xml python-netclient"
SRC_URI[md5sum] = "1f7655050cebbb664db976405fdba209"