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.bb14
1 files changed, 0 insertions, 14 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
deleted file mode 100644
index e3a421e3b1..0000000000
--- a/meta-python/recipes-devtools/python/python-pep8_1.4.6.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1SUMMARY = "Python style guide checker"
2HOMEPAGE = "https://github.com/dreamhost/cliff"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://README.rst;md5=b0d37793ab91ca25ad5c200e9ea22331"
5
6SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c"
7SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8"
8
9inherit pypi setuptools
10
11RDEPENDS_${PN} += " \
12 python-prettytable \
13 python-cmd2 \
14 python-pyparsing"