summaryrefslogtreecommitdiffstats
path: root/package/python-tabledata/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-12-07 09:20:19 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-12-07 22:33:32 +0100
commit7ac8ffead45eddb015c3c7d0b322eb0fa9adc7b7 (patch)
tree659906c0d690678c5a13e27f862144379e411036 /package/python-tabledata/Config.in
parent2b17849195926ca20b384e848c480b1eab033584 (diff)
downloadbuildroot-7ac8ffead45eddb015c3c7d0b322eb0fa9adc7b7.tar.gz
buildroot-7ac8ffead45eddb015c3c7d0b322eb0fa9adc7b7.zip
python-tabledata: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-tabledata/Config.in')
-rw-r--r--package/python-tabledata/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/python-tabledata/Config.in b/package/python-tabledata/Config.in
new file mode 100644
index 0000000000..9e8ca9c31d
--- /dev/null
+++ b/package/python-tabledata/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_PYTHON_TABLEDATA
+ bool "python-tabledata"
+ select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
+ select BR2_PACKAGE_PYTHON_LOGBOOK # runtime
+ select BR2_PACKAGE_PYTHON_PATHVALIDATE # runtime
+ select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
+ select BR2_PACKAGE_PYTHON_TYPEPY # runtime
+ help
+ A Python library to represent tabular data for
+ pytablewriter/pytablereader/SimpleSQLite.
+
+ https://github.com/thombashi/tabledata
OpenPOWER on IntegriCloud