package/python-sqliteschema: drop python-six dependency
python-six is not a dependency since version 1.0.0 and3aae6a0bb6
which dropped python 2 support Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commit66192c66b9
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1c5f3083c7
commit
c060023e10
@ -1,9 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_SQLITESCHEMA
|
||||
bool "python-sqliteschema"
|
||||
depends on BR2_PACKAGE_PYTHON3 # python-mbstrdecoder
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_TABLEDATA # runtime
|
||||
select BR2_PACKAGE_PYTHON_TYPEPY # runtime
|
||||
help
|
||||
|
Loading…
Reference in New Issue
Block a user