diff mbox series

[1/1] package/python-make: add missing dependencies

Message ID 20230608135425.1812345-1-sebastian.weyer@smile.fr
State Superseded
Headers show
Series [1/1] package/python-make: add missing dependencies | expand

Commit Message

Sebastian Weyer June 8, 2023, 1:54 p.m. UTC
Mako imports pygments and 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>
---
 package/python-mako/Config.in | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/package/python-mako/Config.in b/package/python-mako/Config.in
index 442e290efa..500137854f 100644
--- a/package/python-mako/Config.in
+++ b/package/python-mako/Config.in
@@ -1,5 +1,7 @@ 
 config BR2_PACKAGE_PYTHON_MAKO
 	bool "python-mako"
+	select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
+	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