summaryrefslogtreecommitdiffstats
path: root/package/python-dicttoxml/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-07-22 08:36:34 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-23 14:57:17 +0200
commit6e386a04d6a7120b35bdb8f64c82f009ba2332fe (patch)
treecec1e65ccee5f7638e33472cbc44d9867bc894d8 /package/python-dicttoxml/Config.in
parentf4f37eb633b7a12f418bb791f870d1d260c4efa1 (diff)
downloadbuildroot-6e386a04d6a7120b35bdb8f64c82f009ba2332fe.tar.gz
buildroot-6e386a04d6a7120b35bdb8f64c82f009ba2332fe.zip
python-dicttoxml: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-dicttoxml/Config.in')
-rw-r--r--package/python-dicttoxml/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-dicttoxml/Config.in b/package/python-dicttoxml/Config.in
new file mode 100644
index 0000000000..152afbb6bf
--- /dev/null
+++ b/package/python-dicttoxml/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_DICTTOXML
+ bool "python-dicttoxml"
+ select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
+ help
+ Converts a Python dictionary or other native data type into a valid
+ XML string.
+
+ https://github.com/quandyfactory/dicttoxml
OpenPOWER on IntegriCloud