package/python-dataproperty: drop python-six dependency

python-six is not a dependency since drop of python 2 in version 0.47.0:
d3fdde41af

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 37d3d24cc2)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2021-04-25 11:29:30 +02:00 committed by Peter Korsgaard
parent 445ff0eb27
commit a9b22c8e02

View File

@ -1,8 +1,7 @@
config BR2_PACKAGE_PYTHON_DATAPROPERTY
bool "python-dataproperty"
depends on BR2_PACKAGE_PYTHON3 # python-mbstrdecoder
depends on BR2_PACKAGE_PYTHON3
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.