python-pytablewriter: bump to version 0.17.1

Add new dependencies: python-toml and python-pytablereader.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2017-01-17 11:17:25 +01:00
committed by Thomas Petazzoni
parent 20e1d5d312
commit ff596afccf
3 changed files with 6 additions and 4 deletions

View File

@@ -6,6 +6,8 @@ config BR2_PACKAGE_PYTHON_PYTABLEWRITER
select BR2_PACKAGE_PYTHON_SIX # 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,