4a423d2d72
* Update dependency list. * Update license hash: same content, line endings are now CRLF. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
506 B
Plaintext
13 lines
506 B
Plaintext
config BR2_PACKAGE_PYTHON_DATAPROPERTY
|
|
bool "python-dataproperty"
|
|
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON_FUTURES if BR2_PACKAGE_PYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON_IPADDRESS if BR2_PACKAGE_PYTHON # runtime
|
|
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
|