From 8d9a3bf7eaebe5556bdaf536e2b3f3bf37b0a811 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 3 Nov 2020 15:29:13 +0800 Subject: python3-flake8: upgrade 3.8.3 -> 3.8.4 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python3-flake8_3.8.4.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-flake8_3.8.4.bb (limited to 'meta-openstack/recipes-devtools/python/python3-flake8_3.8.4.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-flake8_3.8.4.bb b/meta-openstack/recipes-devtools/python/python3-flake8_3.8.4.bb new file mode 100644 index 0000000..cc860c4 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-flake8_3.8.4.bb @@ -0,0 +1,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" -- cgit v1.2.3-54-g00ecf