blob: 54ce9781af1cd9894caa4460742ff8d142088c91 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "Python style guide checker"
2HOMEPAGE = "https://github.com/dreamhost/cliff"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e"
5
6SRC_URI[md5sum] = "603821d06db945c71d811b5a8d78423c"
7SRC_URI[sha256sum] = "fe249b52e20498e59e0b5c5256aa52ee99fc295b26ec9eaa85776ffdb9fe6374"
8
9inherit pypi setuptools
10
11RDEPENDS_${PN} += " \
12 python-prettytable \
13 python-cmd2 \
14 python-pyparsing"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015
16BBCLASSEXTEND = "native nativesdk"