meta-openembedded/meta-python/recipes-devtools/python/python-pycodestyle_2.5.0.bb
Yuan Chao f16db65287 python-pycodestyle: upgrade 2.4.0 -> 2.5.0
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-02 18:04:41 -07:00

11 lines
249 B
BlitzBasic

inherit setuptools
require python-pycodestyle.inc
RDEPENDS_${PN} += "${PYTHON_PN}-lang"
do_install_append () {
if [ -f ${D}${bindir}/pycodestyle ]; then
mv ${D}${bindir}/pycodestyle ${D}${bindir}/pycodestyle-2
fi
}