mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-27 11:13:02 +02:00
The ifupdown2 package is incompatible with python-mako >= v1.2.0. So as a workaround we add the old one as a local override. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
9 lines
282 B
Plaintext
9 lines
282 B
Plaintext
config BR2_PACKAGE_PYTHON_TEMPLATING
|
|
bool "python-templating"
|
|
help
|
|
This is the old version of the Mako templating library for Python.
|
|
It provides a familiar, non-XML syntax which compiles into Python
|
|
modules for maximum performance.
|
|
|
|
https://pypi.python.org/pypi/Mako
|