summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pep8_1.4.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pep8_1.4.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pep8_1.4.6.bb11
1 files changed, 1 insertions, 10 deletions
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 b3c743ebd..e3a421e3b 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 @@
1# Imported from git://git.yoctoproject.org/meta-cloud-services
2
3SUMMARY = "Python style guide checker" 1SUMMARY = "Python style guide checker"
4HOMEPAGE = "https://github.com/dreamhost/cliff" 2HOMEPAGE = "https://github.com/dreamhost/cliff"
5SECTION = "devel/python"
6LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://README.rst;md5=b0d37793ab91ca25ad5c200e9ea22331" 4LIC_FILES_CHKSUM = "file://README.rst;md5=b0d37793ab91ca25ad5c200e9ea22331"
8 5
9SRCNAME = "pep8"
10
11SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
12
13SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c" 6SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c"
14SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8" 7SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8"
15 8
16S = "${WORKDIR}/${SRCNAME}-${PV}" 9inherit pypi setuptools
17
18inherit setuptools
19 10
20RDEPENDS_${PN} += " \ 11RDEPENDS_${PN} += " \
21 python-prettytable \ 12 python-prettytable \