mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-30 11:11:08 -09:00
python-six is not a dependency since drop of python 2 in version 0.47.0:d3fdde41afSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commit37d3d24cc2) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
config BR2_PACKAGE_PYTHON_DATAPROPERTY
|
|
bool "python-dataproperty"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPEPY # runtime
|
|
help
|
|
Python library for extract property from data.
|
|
|
|
https://github.com/thombashi/DataProperty
|