Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/python-mako: add missing dependency on python-markupsafe
@ 2023-09-30 16:48 Thomas Petazzoni via buildroot
  2023-10-13  6:10 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-09-30 16:48 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=2b506cb2dd031f2bdecc3c90111e31e145211d75
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Mako imports markupsafe so it needs to be selected when selecting
BR2_PACKAGE_PYTHON_MAKO.

Fixes:

  https://bugs.busybox.net/show_bug.cgi?id=15628

Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/python-mako/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-mako/Config.in b/package/python-mako/Config.in
index 442e290efa..e6a10c9c2e 100644
--- a/package/python-mako/Config.in
+++ b/package/python-mako/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_MAKO
 	bool "python-mako"
+	select BR2_PACKAGE_PYTHON_MARKUPSAFE # runtime
 	help
 	  Mako is a template library written in Python. It provides a
 	  familiar, non-XML syntax which compiles into Python modules
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [git commit] package/python-mako: add missing dependency on python-markupsafe
  2023-09-30 16:48 [Buildroot] [git commit] package/python-mako: add missing dependency on python-markupsafe Thomas Petazzoni via buildroot
@ 2023-10-13  6:10 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2023-10-13  6:10 UTC (permalink / raw)
  To: Thomas Petazzoni via buildroot; +Cc: Thomas Petazzoni

>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=2b506cb2dd031f2bdecc3c90111e31e145211d75
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > Mako imports markupsafe so it needs to be selected when selecting
 > BR2_PACKAGE_PYTHON_MAKO.

 > Fixes:

 >   https://bugs.busybox.net/show_bug.cgi?id=15628

 > Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr>
 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2023.02.x and 2023.08.x, thanks.

> ---
 >  package/python-mako/Config.in | 1 +
 >  1 file changed, 1 insertion(+)

 > diff --git a/package/python-mako/Config.in b/package/python-mako/Config.in
 > index 442e290efa..e6a10c9c2e 100644
 > --- a/package/python-mako/Config.in
 > +++ b/package/python-mako/Config.in
 > @@ -1,5 +1,6 @@
 >  config BR2_PACKAGE_PYTHON_MAKO
 >  	bool "python-mako"
 > +	select BR2_PACKAGE_PYTHON_MARKUPSAFE # runtime
 >  	help
 >  	  Mako is a template library written in Python. It provides a
 >  	  familiar, non-XML syntax which compiles into Python modules
 > _______________________________________________
 > buildroot mailing list
 > buildroot@buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-13  6:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-30 16:48 [Buildroot] [git commit] package/python-mako: add missing dependency on python-markupsafe Thomas Petazzoni via buildroot
2023-10-13  6:10 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox