mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-22 12:18:20 +00:00
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>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user