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-pep8_1.4.6.bb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-pep8_1.4.6.bb') diff --git a/meta-python/recipes-devtools/python/python-pep8_1.4.6.bb b/meta-python/recipes-devtools/python/python-pep8_1.4.6.bb index b3c743ebd7..e3a421e3b1 100644 --- a/meta-python/recipes-devtools/python/python-pep8_1.4.6.bb +++ b/meta-python/recipes-devtools/python/python-pep8_1.4.6.bb @@ -1,21 +1,12 @@ -# Imported from git://git.yoctoproject.org/meta-cloud-services - SUMMARY = "Python style guide checker" HOMEPAGE = "https://github.com/dreamhost/cliff" -SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://README.rst;md5=b0d37793ab91ca25ad5c200e9ea22331" -SRCNAME = "pep8" - -SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c" SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools +inherit pypi setuptools RDEPENDS_${PN} += " \ python-prettytable \ -- cgit v1.2.3-54-g00ecf