package/python-pytablewriter: bump to version 0.46.1

* Fix indentation in hash file.
* Update dependency list.
* The package can now be compiled for both Python 2 and Python 3,
  since it doesn't depend on pytablereader anymore (which used pathpy).

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Asaf Kahlon
2019-10-19 21:21:27 +03:00
committed by Arnout Vandecappelle (Essensium/Mind)
parent ddb784fdc2
commit a6b5a34009
3 changed files with 10 additions and 14 deletions

View File

@@ -1,19 +1,14 @@
config BR2_PACKAGE_PYTHON_PYTABLEWRITER
bool "python-pytablewriter"
depends on BR2_PACKAGE_PYTHON3 # python-pathpy
select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
select BR2_PACKAGE_PYTHON_DOMINATE # runtime
select BR2_PACKAGE_PYTHON_LOGBOOK # runtime
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON_IPADDRESS if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
select BR2_PACKAGE_PYTHON_MSGFY # 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_TABLEDATA # 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
help
pytablewriter is a python library to write a table in various
formats: CSV, HTML, JavaScript, JSON, Markdown, Excel, Pandas,