Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | inherit setuptools |
2 | require python-pycodestyle.inc | ||||
3 | |||||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-lang" | ||||
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 5 | |
6 | do_install_append () { | ||||
7 | if [ -f ${D}${bindir}/pycodestyle ]; then | ||||
8 | mv ${D}${bindir}/pycodestyle ${D}${bindir}/pycodestyle-2 | ||||
9 | fi | ||||
10 | } |