diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pyflakes.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pyflakes.inc | 14 |
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 @@ | |||
| 1 | DESCRIPTION = "passive checker of Python programs" | ||
| 2 | HOMEPAGE = "https://github.com/dreamhost/cliff" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1" | ||
| 8 | SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ | ||
| 13 | ${PYTHON_PN}-cmd2 \ | ||
| 14 | ${PYTHON_PN}-pyparsing" | ||
