mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-gcovr: add dep on python3-colorlog
Dependency added in gcov-7.1. Wrapping lines and alphabetically ordering while touching RDEPENDS. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ad1f7eb2d3
commit
2918c90041
|
|
@ -11,6 +11,13 @@ S = "${WORKDIR}/git"
|
|||
|
||||
inherit setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "python3-jinja2 python3-lxml python3-setuptools python3-pygments python3-multiprocessing"
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-colorlog \
|
||||
python3-jinja2 \
|
||||
python3-lxml \
|
||||
python3-multiprocessing \
|
||||
python3-pygments \
|
||||
python3-setuptools \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user