diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 11:02:27 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 11:02:27 +0200 |
| commit | 11ebb4430f9b56251ef22de3b1815cf5ef48121f (patch) | |
| tree | 73ab71fbb9db79234846a1abf1fb4df70e32682a /meta-openstack/recipes-devtools | |
| parent | 068251e97f2373a8704b644f3b886ed75b9d89d9 (diff) | |
| download | meta-cloud-services-11ebb4430f9b56251ef22de3b1815cf5ef48121f.tar.gz | |
python-html5lib: Drop Recipe
Newer recipe maintained in meta-python.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb | 27 |
1 files changed, 0 insertions, 27 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 9ad84e8..0000000 --- a/meta-openstack/recipes-devtools/python/python-html5lib_0.999.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | DESCRIPTION = "HTML parser based on the WHATWG HTML specifcation" | ||
| 2 | HOMEPAGE = "https://github.com/html5lib/html5lib-python" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "html5lib" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "acb8ba4d6db5637360a07859192eb7f8" | ||
| 13 | SRC_URI[sha256sum] = "c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
