mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python-pycodestyle: Fix conflict error with python3-pycodestyle during do_rootfs
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5ed7b732e1
commit
13223cc700
|
|
@ -2,3 +2,9 @@ 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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user