mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
249 B
BlitzBasic
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
|
|
}
|