* [Buildroot] [git commit] package/python-mako: add optional runtime dependency on python-babel
@ 2023-09-30 16:48 Thomas Petazzoni via buildroot
2023-10-13 6:12 ` 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=411a3deb1a4850f4eeff3faebdb87b8ef544d650
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Some extensions of python-mako use python-babel, if they are used,
python-babel must be added as a runtime dependency.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
package/python-mako/Config.in | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/python-mako/Config.in b/package/python-mako/Config.in
index 2e1094189f..7bba31943e 100644
--- a/package/python-mako/Config.in
+++ b/package/python-mako/Config.in
@@ -17,4 +17,11 @@ config BR2_PACKAGE_PYTHON_MAKO_EXT_PYGMENTPLUGIN
Provide python-pygments support for
mako.ext.pygmentplugin
+config BR2_PACKAGE_PYTHON_MAKO_EXT_BABELPLUGIN
+ bool "mako extension babelplugin"
+ select BR2_PACKAGE_PYTHON_BABEL # runtime
+ help
+ Provide python-babel support for
+ mako.ext.babelplugin
+
endif
_______________________________________________
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 optional runtime dependency on python-babel
2023-09-30 16:48 [Buildroot] [git commit] package/python-mako: add optional runtime dependency on python-babel Thomas Petazzoni via buildroot
@ 2023-10-13 6:12 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2023-10-13 6:12 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=411a3deb1a4850f4eeff3faebdb87b8ef544d650
> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> Some extensions of python-mako use python-babel, if they are used,
> python-babel must be added as a runtime dependency.
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Committed to 2023.02.x and 2023.08.x, thanks.
--
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:12 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 optional runtime dependency on python-babel Thomas Petazzoni via buildroot
2023-10-13 6:12 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox