package/python-mako: add optional runtime dependency on python-babel

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>
This commit is contained in:
Romain Naour 2023-06-09 19:49:54 +02:00 committed by Thomas Petazzoni
parent adb3f5a3e0
commit 411a3deb1a

View File

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