mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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>
(cherry picked from commit 411a3deb1a)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
371018f7c4
commit
1c00ef0684
@@ -17,4 +17,11 @@ config BR2_PACKAGE_PYTHON_MAKO_EXT_PYGMENTPLUGIN
|
|||||||
Provide python-pygments support for
|
Provide python-pygments support for
|
||||||
mako.ext.pygmentplugin
|
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
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user