From e52daeb0dd149c643370aeec3a34a48e153e27ae Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 8 Aug 2017 16:21:17 +0200 Subject: python-lxml: Drop recipe Newer recipe maintained in meta-python. Signed-off-by: Adrian Dudau --- .../recipes-devtools/python/python-lxml_3.3.5.bb | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb (limited to 'meta-openstack/recipes-devtools/python') 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 73869d7..0000000 --- a/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb +++ /dev/null @@ -1,29 +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" - -PR = "r0" - -SRCNAME = "lxml" -SRC_URI = "http://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "88c75f4c73fc8f59c9ebb17495044f2f" -SRC_URI[sha256sum] = "6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-beautifulsoup4 \ - python-cssselect \ - " -- cgit v1.2.3-54-g00ecf