mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
[thomas.petazzoni@free-electrons.com: Fixup indentation in the Config.in file. Add 'select BR2_PACKAGE_PYTHON_PYEXPAT' which is needed to get XML support in Python. Add license information.] Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
config BR2_PACKAGE_PYTHON_MELD3
|
|
bool "python-meld3"
|
|
depends on BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_PYTHON_PYEXPAT
|
|
help
|
|
A HTML/XML templating system.
|
|
|
|
https://github.com/supervisor/meld3
|