mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-01 22:10:28 +00:00
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 <timothy.t.orling@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
inherit setuptools python-dir
|
||||
require python-pylint.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-backports-functools-lru-cache"
|
||||
Reference in New Issue
Block a user