package/python-mako: add missing dependency on python-markupsafe

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>
(cherry picked from commit 2b506cb2dd)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Sebastian Weyer 2023-06-08 16:09:33 +02:00 committed by Peter Korsgaard
parent 252b6ade2c
commit b370a3bfab

View File

@ -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