aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pylint_1.7.2.bb
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2017-08-24 10:59:24 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-28 11:06:05 +0200
commit12e866c2cbbd2227cc6097400a10abfcdb5bb47a (patch)
tree4ff9959668d086b40881cd8874f250bbd0f41030 /meta-python/recipes-devtools/python/python3-pylint_1.7.2.bb
parent4d71753da9d11bf96e3d46cc74735188c3a7d7a2 (diff)
downloadmeta-openembedded-contrib-12e866c2cbbd2227cc6097400a10abfcdb5bb47a.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pylint_1.7.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pylint_1.7.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pylint_1.7.2.bb b/meta-python/recipes-devtools/python/python3-pylint_1.7.2.bb
new file mode 100644
index 0000000000..563e8316cf
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pylint_1.7.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools3 python3-dir
+require python-pylint.inc