summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pyflakes.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pyflakes.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pyflakes.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pyflakes.inc b/meta-openstack/recipes-devtools/python/python-pyflakes.inc
new file mode 100644
index 0000000..df92d80
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pyflakes.inc
@@ -0,0 +1,14 @@
1DESCRIPTION = "passive checker of Python programs"
2HOMEPAGE = "https://github.com/dreamhost/cliff"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e"
6
7SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1"
8SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3"
9
10inherit pypi
11
12RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
13 ${PYTHON_PN}-cmd2 \
14 ${PYTHON_PN}-pyparsing"