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:
Tim Orling
2017-08-24 10:59:24 -07:00
committed by Martin Jansa
parent 4d71753da9
commit 12e866c2cb
4 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
inherit setuptools python-dir
require python-pylint.inc
RDEPENDS_${PN} += "${PYTHON_PN}-backports-functools-lru-cache"