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:
parent
adb3f5a3e0
commit
411a3deb1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user