diff options
Diffstat (limited to 'packages/python/python-lxml_1.0.2.bb')
-rw-r--r-- | packages/python/python-lxml_1.0.2.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/python/python-lxml_1.0.2.bb b/packages/python/python-lxml_1.0.2.bb deleted file mode 100644 index de0566e38f..0000000000 --- a/packages/python/python-lxml_1.0.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Python Bindings to the XML libraries libxml2 and libxslt" -HOMEPAGE = "http://codespeak.net/lxml/" -AUTHOR = "http://codespeak.net/mailman/listinfo/lxml-dev" -LICENSE = "BSD" -DEPENDS = "libxml2 libxslt" -PR = "ml0" - -SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz" -S = "${WORKDIR}/lxml-${PV}" - -inherit distutils - |