summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-08 16:21:17 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-08 16:21:17 +0200
commite52daeb0dd149c643370aeec3a34a48e153e27ae (patch)
treeaf253e46f7c192309caee96229109616eb350d17 /meta-openstack/recipes-devtools/python
parent0a1e531a7d19ed15f3b5f7e0162f7cc81dad74d4 (diff)
downloadmeta-cloud-services-e52daeb0dd149c643370aeec3a34a48e153e27ae.tar.gz
python-lxml: Drop recipe
Newer recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb29
1 files changed, 0 insertions, 29 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 73869d7..0000000
--- a/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1DESCRIPTION = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
2HOMEPAGE = "http://lxml.de/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f9f1dc24f720c143c2240df41fe5073b"
6
7PR = "r0"
8
9SRCNAME = "lxml"
10SRC_URI = "http://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "88c75f4c73fc8f59c9ebb17495044f2f"
13SRC_URI[sha256sum] = "6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19# DEPENDS_default: python-pip
20
21DEPENDS += " \
22 python-pip \
23 "
24
25# RDEPENDS_default:
26RDEPENDS_${PN} += " \
27 python-beautifulsoup4 \
28 python-cssselect \
29 "