From 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 14 Feb 2016 23:05:18 -0500 Subject: Update python recipes to use the common pypi package Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-html5lib_0.999.bb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-html5lib_0.999.bb') diff --git a/meta-python/recipes-devtools/python/python-html5lib_0.999.bb b/meta-python/recipes-devtools/python/python-html5lib_0.999.bb index f90630c9f8..69777e4406 100644 --- a/meta-python/recipes-devtools/python/python-html5lib_0.999.bb +++ b/meta-python/recipes-devtools/python/python-html5lib_0.999.bb @@ -1,15 +1,8 @@ SUMMARY = "HTML parser based on the WHATWG HTML specifcation" -HOMEPAGE = "https://github.com/html5lib/html5lib-python" -SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c" -SRCNAME = "html5lib" -SRC_URI = "http://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - SRC_URI[md5sum] = "acb8ba4d6db5637360a07859192eb7f8" SRC_URI[sha256sum] = "c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools +inherit pypi setuptools -- cgit v1.2.3-54-g00ecf