aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb b/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb
deleted file mode 100644
index 0e7dde46..00000000
--- a/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
-HOMEPAGE = "http://lxml.de/"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f9f1dc24f720c143c2240df41fe5073b"
-
-SRC_URI[md5sum] = "88c75f4c73fc8f59c9ebb17495044f2f"
-SRC_URI[sha256sum] = "6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a"
-
-inherit setuptools pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
- python-pip \
- "
-
-# RDEPENDS_default:
-RDEPENDS_${PN} += " \
- python-beautifulsoup4 \
- python-cssselect \
- "