c75805e3c4
* 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>
14 lines
521 B
Plaintext
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
|