diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-gcovr_7.2.bb | 9 |
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 8a61a2de05..517124742a 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 | ||
12 | inherit setuptools3 | 12 | inherit setuptools3 |
13 | 13 | ||
14 | RDEPENDS:${PN} += "python3-jinja2 python3-lxml python3-setuptools python3-pygments python3-multiprocessing" | 14 | RDEPENDS:${PN} += " \ |
15 | python3-colorlog \ | ||
16 | python3-jinja2 \ | ||
17 | python3-lxml \ | ||
18 | python3-multiprocessing \ | ||
19 | python3-pygments \ | ||
20 | python3-setuptools \ | ||
21 | " | ||
15 | 22 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |