mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH] python3-make: select python3-markupsafe
Date: Tue, 30 Jul 2024 16:39:26 +0200	[thread overview]
Message-ID: <20240730143926.2051984-1-p.zabel@pengutronix.de> (raw)

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




             reply	other threads:[~2024-07-30 14:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-30 14:39 Philipp Zabel [this message]
2024-08-05  6:50 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240730143926.2051984-1-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox