summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pep8.inc
diff options
context:
space:
mode:
authorNathan Hartman <hnathan918@gmail.com>2020-02-13 14:48:15 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 17:19:52 -0500
commit98126915497501a6e0d12d719f478e56c5b045b6 (patch)
treec88413a3be714e91f93d2c3adbe92e043fe26e3f /meta-openstack/recipes-devtools/python/python-pep8.inc
parent6a614167832d56b27ae1fa8fcfb358691055c9f3 (diff)
downloadmeta-cloud-services-98126915497501a6e0d12d719f478e56c5b045b6.tar.gz
pep8: Add python3 version
Signed-off-by: Nathan Hartman <nathan.hartman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pep8.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pep8.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pep8.inc b/meta-openstack/recipes-devtools/python/python-pep8.inc
new file mode 100644
index 0000000..959c3d1
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pep8.inc
@@ -0,0 +1,14 @@
1DESCRIPTION = "Python style guide checker"
2HOMEPAGE = "https://github.com/dreamhost/cliff"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e"
6
7SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c"
8SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8"
9
10inherit pypi
11
12RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
13 ${PYTHON_PN}-cmd2 \
14 ${PYTHON_PN}-pyparsing" \ No newline at end of file