summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@cold-front.org>2024-04-23 16:44:41 -0400
committerKhem Raj <raj.khem@gmail.com>2024-04-23 15:18:30 -0700
commit2918c900419a668bf0dfece53e08089e643e4360 (patch)
treedd5a407f8b8779f66882c2c1bb998fdcedb9320e /meta-python
parentad1f7eb2d3726c80f9b04f17d02f5f485a2cdb1e (diff)
downloadmeta-openembedded-2918c900419a668bf0dfece53e08089e643e4360.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-gcovr_7.2.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gcovr_7.2.bb b/meta-python/recipes-devtools/python/python3-gcovr_7.2.bb
index 8a61a2de0..517124742 100644
--- a/meta-python/recipes-devtools/python/python3-gcovr_7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-gcovr_7.2.bb
@@ -11,6 +11,13 @@ S = "${WORKDIR}/git"
11 11
12inherit setuptools3 12inherit setuptools3
13 13
14RDEPENDS:${PN} += "python3-jinja2 python3-lxml python3-setuptools python3-pygments python3-multiprocessing" 14RDEPENDS:${PN} += " \
15 python3-colorlog \
16 python3-jinja2 \
17 python3-lxml \
18 python3-multiprocessing \
19 python3-pygments \
20 python3-setuptools \
21"
15 22
16BBCLASSEXTEND = "native nativesdk" 23BBCLASSEXTEND = "native nativesdk"