buildroot/package/python-tabledata/Config.in
Asaf Kahlon c75805e3c4 package/python-tabledata: bump to version 0.9.1
* Update dependency list.
* Remove post-extract hook, since setup.cfg doesn't create wheel anymore.
* Update license hash: same content, line-endings are now UNIX.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-10-18 21:13:17 +02:00

14 lines
521 B
Plaintext

config BR2_PACKAGE_PYTHON_TABLEDATA
bool "python-tabledata"
select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON_FUTURES if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_TYPEPY # runtime
help
A Python library to represent tabular data for
pytablewriter/pytablereader/SimpleSQLite.
https://github.com/thombashi/tabledata