diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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 index 7a873a1e12..47a40fdce2 100644 --- a/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb +++ b/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb | |||
| @@ -10,7 +10,7 @@ inherit pypi setuptools3 python3-dir | |||
| 10 | 10 | ||
| 11 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | 11 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" |
| 12 | 12 | ||
| 13 | do_install_append(){ | 13 | do_install:append(){ |
| 14 | rm ${D}${bindir}/pylint | 14 | rm ${D}${bindir}/pylint |
| 15 | cat >> ${D}${bindir}/pylint <<EOF | 15 | cat >> ${D}${bindir}/pylint <<EOF |
| 16 | #!/usr/bin/env ${PYTHON_PN} | 16 | #!/usr/bin/env ${PYTHON_PN} |
| @@ -22,12 +22,12 @@ EOF | |||
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | PACKAGES =+ "${PN}-tests" | 24 | PACKAGES =+ "${PN}-tests" |
| 25 | FILES_${PN}-tests+= " \ | 25 | FILES:${PN}-tests+= " \ |
| 26 | ${PYTHON_SITEPACKAGES_DIR}/pylint/test/ \ | 26 | ${PYTHON_SITEPACKAGES_DIR}/pylint/test/ \ |
| 27 | ${PYTHON_SITEPACKAGES_DIR}/pylint/testutils.py \ | 27 | ${PYTHON_SITEPACKAGES_DIR}/pylint/testutils.py \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | RDEPENDS_${PN} += "${PYTHON_PN}-astroid \ | 30 | RDEPENDS:${PN} += "${PYTHON_PN}-astroid \ |
| 31 | ${PYTHON_PN}-isort \ | 31 | ${PYTHON_PN}-isort \ |
| 32 | ${PYTHON_PN}-numbers \ | 32 | ${PYTHON_PN}-numbers \ |
| 33 | ${PYTHON_PN}-shell \ | 33 | ${PYTHON_PN}-shell \ |
