mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
python-dataproperty: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
875cb97658
commit
a0ff433b77
9
package/python-dataproperty/Config.in
Normal file
9
package/python-dataproperty/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_DATAPROPERTY
|
||||
bool "python-dataproperty"
|
||||
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
Python library for extract property from data.
|
||||
|
||||
https://github.com/thombashi/DataProperty
|
||||
Reference in New Issue
Block a user