summaryrefslogtreecommitdiffstats
path: root/package/python-meld3/Config.in
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2012-08-11 17:12:05 +1000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-08-11 22:59:02 +0200
commit1ff74a535d9c5e7e7f996eb9b8d8f83f8af44f1e (patch)
tree8d15c78368f787a13ae0b5802bc67174b1b0c5e1 /package/python-meld3/Config.in
parent54fe81fbb49d29a15945bdcf8e2c281bcb1969fd (diff)
downloadbuildroot-novena-1ff74a535d9c5e7e7f996eb9b8d8f83f8af44f1e.tar.gz
buildroot-novena-1ff74a535d9c5e7e7f996eb9b8d8f83f8af44f1e.zip
python-meld3: new package
[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>
Diffstat (limited to 'package/python-meld3/Config.in')
-rw-r--r--package/python-meld3/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-meld3/Config.in b/package/python-meld3/Config.in
new file mode 100644
index 000000000..8dee723e0
--- /dev/null
+++ b/package/python-meld3/Config.in
@@ -0,0 +1,8 @@
+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