xref: /OK3568_Linux_fs/buildroot/package/python-tabledata/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_TABLEDATA
2	bool "python-tabledata"
3	depends on BR2_PACKAGE_PYTHON3 # python-dataproperty, python-typepy
4	select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
5	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
6	select BR2_PACKAGE_PYTHON_SIX # runtime
7	select BR2_PACKAGE_PYTHON_TYPEPY # runtime
8	help
9	  A Python library to represent tabular data for
10	  pytablewriter/pytablereader/SimpleSQLite.
11
12	  https://github.com/thombashi/tabledata
13