summaryrefslogtreecommitdiffstats
path: root/package/python-pytablewriter/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-09-04 08:21:26 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-09-06 23:28:25 +0200
commit06a2d82de741cf4e03c0d2f96634958a51bfe8bc (patch)
tree3fae029091f1d11ed63c79fb73b65f6cafbc3964 /package/python-pytablewriter/Config.in
parent7a6d0a9dbccaf033ba81697349ce5f39b3811fc3 (diff)
downloadbuildroot-06a2d82de741cf4e03c0d2f96634958a51bfe8bc.tar.gz
buildroot-06a2d82de741cf4e03c0d2f96634958a51bfe8bc.zip
python-pytablewriter: bump to 0.24.0
Reorder and fix dependencies. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pytablewriter/Config.in')
-rw-r--r--package/python-pytablewriter/Config.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/package/python-pytablewriter/Config.in b/package/python-pytablewriter/Config.in
index f270d0daa8..1ef27be18a 100644
--- a/package/python-pytablewriter/Config.in
+++ b/package/python-pytablewriter/Config.in
@@ -2,12 +2,16 @@ config BR2_PACKAGE_PYTHON_PYTABLEWRITER
bool "python-pytablewriter"
select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
select BR2_PACKAGE_PYTHON_DOMINATE # runtime
+ select BR2_PACKAGE_PYTHON_LOGBOOK # runtime
+ select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
select BR2_PACKAGE_PYTHON_PATHVALIDATE # runtime
+ select BR2_PACKAGE_PYTHON_PYTABLEREADER # runtime
+ select BR2_PACKAGE_PYTHON_SIMPLESQLITE # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
+ select BR2_PACKAGE_PYTHON_TOML # runtime
+ select BR2_PACKAGE_PYTHON_TYPEPY # runtime
select BR2_PACKAGE_PYTHON_XLSXWRITER # runtime
select BR2_PACKAGE_PYTHON_XLWT # runtime
- select BR2_PACKAGE_PYTHON_TOML # runtime
- select BR2_PACKAGE_PYTHON_PYTABLEREADER # runtime
help
pytablewriter is a python library to write a table in various
formats: CSV, HTML, JavaScript, JSON, Markdown, Excel, Pandas,
OpenPOWER on IntegriCloud