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:
Justin Bronder 2024-04-23 16:44:41 -04:00 committed by Khem Raj
parent ad1f7eb2d3
commit 2918c90041
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"