blob: ec6c12f2f1d2cb21c07a7251687013f31c61a4c7 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001inherit setuptools
2require python-pycodestyle.inc
3
4RDEPENDS_${PN} += "${PYTHON_PN}-lang"
Brad Bishopc342db32019-05-15 21:57:59 -04005
6do_install_append () {
7 if [ -f ${D}${bindir}/pycodestyle ]; then
8 mv ${D}${bindir}/pycodestyle ${D}${bindir}/pycodestyle-2
9 fi
10}