* [Buildroot] [git commit] package/python-mako: add optional runtime dependency on python-pygments
@ 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=adb3f5a3e0d5bd6df60c91c46a03a2ff9c867dbb
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Some extensions of python-mako use python-pygments, if they are used,
python-pygments 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 | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/package/python-mako/Config.in b/package/python-mako/Config.in
index e6a10c9c2e..2e1094189f 100644
--- a/package/python-mako/Config.in
+++ b/package/python-mako/Config.in
@@ -7,3 +7,14 @@ config BR2_PACKAGE_PYTHON_MAKO
for maximum performance.
https://pypi.python.org/pypi/Mako
+
+if BR2_PACKAGE_PYTHON_MAKO
+
+config BR2_PACKAGE_PYTHON_MAKO_EXT_PYGMENTPLUGIN
+ bool "mako extension pygmentplugin"
+ select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
+ help
+ Provide python-pygments support for
+ mako.ext.pygmentplugin
+
+endif
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [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-pygments 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