From 12e866c2cbbd2227cc6097400a10abfcdb5bb47a Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 24 Aug 2017 10:59:24 -0700 Subject: python*-pylint: upgrade to v1.7.2 and fix qa error Fix file-rdeps error about "#!/usr/bin/python" in python3-pylint by inheriting python*-dir so we can change to "#!/usr/bin/env ${PYTHON_PN}" in ${PYTHON_SITEPACKAGES_DIR}. Signed-off-by: Tim Orling Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pylint_1.6.5.bb | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pylint_1.6.5.bb (limited to 'meta-python/recipes-devtools/python/python-pylint_1.6.5.bb') diff --git a/meta-python/recipes-devtools/python/python-pylint_1.6.5.bb b/meta-python/recipes-devtools/python/python-pylint_1.6.5.bb deleted file mode 100644 index 47ab36a3ba..0000000000 --- a/meta-python/recipes-devtools/python/python-pylint_1.6.5.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools -require python-pylint.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-backports-functools-lru-cache" -- cgit v1.2.3-54-g00ecf