2017-12-07 09:20:19 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_TABLEDATA
|
|
|
|
bool "python-tabledata"
|
|
|
|
select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
2019-10-18 20:26:17 +02:00
|
|
|
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
|
2017-12-07 09:20:19 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_TYPEPY # runtime
|
|
|
|
help
|
|
|
|
A Python library to represent tabular data for
|
|
|
|
pytablewriter/pytablereader/SimpleSQLite.
|
|
|
|
|
|
|
|
https://github.com/thombashi/tabledata
|