summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-03-01 09:28:33 +0800
committerKhem Raj <raj.khem@gmail.com>2022-03-01 09:06:56 -0800
commit94b0efb42fe5bc4e359f58acbe6f149eef40f184 (patch)
tree04c135f05e3a8b7f03f4560f3684c1a675913404 /meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
parent7c10499afc23294013c4bf03561b2ce30d865208 (diff)
downloadmeta-openembedded-94b0efb42fe5bc4e359f58acbe6f149eef40f184.tar.gz
python3-mccabe: upgrade 0.6.1 -> 0.7.0
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb b/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
deleted file mode 100644
index 513a5a9f22..0000000000
--- a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1DESCRIPTION = "McCabe checker, plugin for flake8"
2HOMEPAGE = "https://github.com/PyCQA/mccabe"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a489dc62bacbdad3335c0f160a974f0f"
6
7SRC_URI[md5sum] = "723df2f7b1737b8887475bac4c763e1e"
8SRC_URI[sha256sum] = "dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"
9
10inherit pypi setuptools3
11
12DEPENDS += "${PYTHON_PN}-pytest-runner-native"