2016-06-09 09:37:52 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_DATAPROPERTY
|
|
|
|
bool "python-dataproperty"
|
2020-04-22 18:24:18 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3 # python-mbstrdecoder
|
2019-10-14 21:12:17 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
2017-12-07 09:20:18 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_TYPEPY # runtime
|
2016-06-09 09:37:52 +02:00
|
|
|
help
|
|
|
|
Python library for extract property from data.
|
|
|
|
|
|
|
|
https://github.com/thombashi/DataProperty
|