* [ptxdist] [PATCH] python3-make: select python3-markupsafe
@ 2024-07-30 14:39 Philipp Zabel
2024-08-05 6:50 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2024-07-30 14:39 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Fixes a "ModuleNotFoundError: No module named 'markupsafe'" when
starting piglit.
The hard dependency was introduced in version 1.2.0.
Fixes: 457811ecd2a0 ("python3-mako: version bump 1.0.6 -> 1.3.2")
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/python3-mako.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/python3-mako.in b/rules/python3-mako.in
index b6042c519d34..ec7adf79a65f 100644
--- a/rules/python3-mako.in
+++ b/rules/python3-mako.in
@@ -6,6 +6,7 @@ config PYTHON3_MAKO
select PYTHON3
select HOST_PYTHON3_PYBUILD
select HOST_PYTHON3_WHEEL
+ select PYTHON3_MARKUPSAFE if RUNTIME
help
Mako is a template library written in Python. It provides a
familiar, non-XML syntax which compiles into Python modules
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] python3-make: select python3-markupsafe
2024-07-30 14:39 [ptxdist] [PATCH] python3-make: select python3-markupsafe Philipp Zabel
@ 2024-08-05 6:50 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-08-05 6:50 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 783f377bb7deb8fa7603a1c3c24ff4fdb03e9fe8.
Michael
[sent from post-receive hook]
On Mon, 05 Aug 2024 08:50:08 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Fixes a "ModuleNotFoundError: No module named 'markupsafe'" when
> starting piglit.
> The hard dependency was introduced in version 1.2.0.
>
> Fixes: 457811ecd2a0 ("python3-mako: version bump 1.0.6 -> 1.3.2")
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20240730143926.2051984-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/python3-mako.in b/rules/python3-mako.in
> index b6042c519d34..ec7adf79a65f 100644
> --- a/rules/python3-mako.in
> +++ b/rules/python3-mako.in
> @@ -6,6 +6,7 @@ config PYTHON3_MAKO
> select PYTHON3
> select HOST_PYTHON3_PYBUILD
> select HOST_PYTHON3_WHEEL
> + select PYTHON3_MARKUPSAFE if RUNTIME
> help
> Mako is a template library written in Python. It provides a
> familiar, non-XML syntax which compiles into Python modules
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-05 7:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-30 14:39 [ptxdist] [PATCH] python3-make: select python3-markupsafe Philipp Zabel
2024-08-05 6:50 ` [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