aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pycodestyle_2.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-pycodestyle_2.5.0.bb')
-rw-r--r--recipes-devtools/python/python-pycodestyle_2.5.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-pycodestyle_2.5.0.bb b/recipes-devtools/python/python-pycodestyle_2.5.0.bb
index 5824cc2..de5e7e3 100644
--- a/recipes-devtools/python/python-pycodestyle_2.5.0.bb
+++ b/recipes-devtools/python/python-pycodestyle_2.5.0.bb
@@ -10,9 +10,9 @@ SRC_URI[sha256sum] = "e40a936c9a450ad81df37f549d676d127b1b66000a6c500caa2b085bc0
inherit pypi setuptools
-RDEPENDS_${PN} += "${PYTHON_PN}-lang"
+RDEPENDS:${PN} += "${PYTHON_PN}-lang"
-do_install_append () {
+do_install:append () {
if [ -f ${D}${bindir}/pycodestyle ]; then
mv ${D}${bindir}/pycodestyle ${D}${bindir}/pycodestyle-2
fi