mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
11 lines
358 B
Plaintext
11 lines
358 B
Plaintext
config BR2_PACKAGE_PYTHON_DATAPROPERTY
|
|
bool "python-dataproperty"
|
|
depends on BR2_PACKAGE_PYTHON3 # python-mbstrdecoder
|
|
select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPEPY # runtime
|
|
help
|
|
Python library for extract property from data.
|
|
|
|
https://github.com/thombashi/DataProperty
|