* [ptxdist] [PATCH] host-report-tools: Add missing dependency
@ 2026-04-24 7:05 Alexander Dahl via ptxdist
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-04-24 7:05 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl, Michael Olbrich
Building reports failed on BSPs without systemd and host systems without
jinja2 installed.
Suggested-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
rules/host-report-tools.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/host-report-tools.in b/rules/host-report-tools.in
index ba9e9501a..6bd602df9 100644
--- a/rules/host-report-tools.in
+++ b/rules/host-report-tools.in
@@ -5,6 +5,7 @@ config HOST_REPORT_TOOLS
default y if ALLYES
select HOST_SYSTEM_PYTHON3
select HOST_SYSTEM_PYTHON3_CHARDET
+ select HOST_SYSTEM_PYTHON3_JINJA2
select HOST_SYSTEM_PYTHON3_PYYAML
select HOST_SYSTEM_PYTHON3_CPE if PROJECT_CPE_REPORT_DEPS
select HOST_SYSTEM_PYTHON3_CYCLONEDX_PYTHON_LIB if PROJECT_CYCLONEDX_REPORT_DEPS
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] host-report-tools: Add missing dependency
2026-04-24 7:05 [ptxdist] [PATCH] host-report-tools: Add missing dependency Alexander Dahl via ptxdist
@ 2026-04-27 7:46 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-04-27 7:46 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Thanks, applied as 7db740c5fcbc502d4984a79078d601776858042f.
Michael
[sent from post-receive hook]
On Mon, 27 Apr 2026 09:46:40 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Building reports failed on BSPs without systemd and host systems without
> jinja2 installed.
>
> Suggested-by: Michael Olbrich <m.olbrich@pengutronix.de>
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20260424070536.3537428-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-report-tools.in b/rules/host-report-tools.in
> index ba9e9501aa1d..6bd602df9b32 100644
> --- a/rules/host-report-tools.in
> +++ b/rules/host-report-tools.in
> @@ -5,6 +5,7 @@ config HOST_REPORT_TOOLS
> default y if ALLYES
> select HOST_SYSTEM_PYTHON3
> select HOST_SYSTEM_PYTHON3_CHARDET
> + select HOST_SYSTEM_PYTHON3_JINJA2
> select HOST_SYSTEM_PYTHON3_PYYAML
> select HOST_SYSTEM_PYTHON3_CPE if PROJECT_CPE_REPORT_DEPS
> select HOST_SYSTEM_PYTHON3_CYCLONEDX_PYTHON_LIB if PROJECT_CYCLONEDX_REPORT_DEPS
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-27 7:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-24 7:05 [ptxdist] [PATCH] host-report-tools: Add missing dependency Alexander Dahl via ptxdist
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox