aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-flake8_3.8.4.bb
blob: cc860c4cdc6573de65e65046a535e615cd6b4d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "The modular source code checker: pep8, pyflakes and co"
HOMEPAGE = "https://github.com/dreamhost/cliff"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=75b26781f1adf1aa310bda6098937878"

SRC_URI[md5sum] = "6ab0ad6630b6917fafabded7f80344b4"
SRC_URI[sha256sum] = "aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b"

inherit setuptools3 pypi

RDEPENDS_${PN} += "python3-prettytable \
            python3-cmd2 \
            python3-pyparsing \
            python3-mccabe \
            python3-pep8 \
            python3-logging \
            python3-pyflakes"