blob: 0958f75c6c8182bb94580e2271680bd32e36cc51 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "McCabe checker, plugin for flake8"
2HOMEPAGE = "https://github.com/dreamhost/cliff"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://README.rst;md5=f8b50fba1711ecac6bcdb6324f85a66d"
5
6SRC_URI[md5sum] = "8c425db05f310adcd4bb174b991f26f5"
7SRC_URI[sha256sum] = "9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca49822688642207b"
8
9inherit pypi setuptools
10
11RDEPENDS_${PN} += " \
12 python-prettytable \
13 python-cmd2 \
14 python-pyparsing"