summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-11 11:28:20 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-12 12:28:32 -0500
commit697e71beee39181d5cf94a13edb63c262dcad9fe (patch)
treea95aa13a1c444705cae9e8176e116a57643f8c91 /meta-openstack
parent3ab9c29697d4f3468409b04188b37d3a4fa2a651 (diff)
downloadmeta-cloud-services-697e71beee39181d5cf94a13edb63c262dcad9fe.tar.gz
python-html5lib: Remove the recipe
Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb b/meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb
deleted file mode 100644
index dd8b1d6..0000000
--- a/meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1DESCRIPTION = "HTML parser based on the WHATWG HTML specifcation"
2HOMEPAGE = "https://github.com/html5lib/html5lib-python"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c"
6
7SRC_URI[md5sum] = "acb8ba4d6db5637360a07859192eb7f8"
8SRC_URI[sha256sum] = "c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e"
9
10inherit setuptools pypi
11
12# DEPENDS_default: python-pip
13
14DEPENDS += " \
15 python-pip \
16 "
17
18# RDEPENDS_default:
19RDEPENDS_${PN} += " \
20 "