From 935dd6efa858d551420dd41829d7e9b621664c00 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 10 Mar 2022 13:25:22 +0000 Subject: python3-pylint: upgrade to 2.12.2 The test suite is no longer shipped in the sources, so remove PN-tests. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-pylint_1.8.3.bb | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb (limited to 'meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb b/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb deleted file mode 100644 index 60726df09d..0000000000 --- a/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb +++ /dev/null @@ -1,38 +0,0 @@ -SUMMARY="Pylint is a Python source code analyzer" -HOMEPAGE= "http://www.pylint.org/" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" - -SRC_URI[md5sum] = "2eb5f3cb8fe567eaf5420dd415012202" -SRC_URI[sha256sum] = "c77311859e0c2d7932095f30d2b1bfdc4b6fe111f534450ba727a52eae330ef2" - -inherit pypi setuptools3 python3-dir - -DEPENDS += "${PYTHON_PN}-pytest-runner-native" - -do_install:append(){ - rm ${D}${bindir}/pylint - cat >> ${D}${bindir}/pylint <