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.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/python/python-pyxml_0.8.4.bb b/recipes/python/python-pyxml_0.8.4.bb
new file mode 100644
index 0000000000..68eb7a3bb4
--- /dev/null
+++ b/recipes/python/python-pyxml_0.8.4.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A sophisticated XML Processing Package for Python"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "PSF"
+SRCNAME = "pyxml"
+PR = "ml1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz"
+S = "${WORKDIR}/PyXML-${PV}"
+
+inherit distutils
+
+RDEPENDS = "python-xml python-netclient"
+