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 37d3d24cc26d584d9772775afd4282019b7eb287)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
62b077fde1
commit
6e2fecfdc4
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user