package/bmap-tools: drop python2 support

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Peter Korsgaard 2022-02-09 17:50:30 +01:00 committed by Yann E. MORIN
parent 5dd2cdd10f
commit 611e04609b

View File

@ -1,8 +1,7 @@
config BR2_PACKAGE_BMAP_TOOLS
bool "bmap-tools"
depends on BR2_PACKAGE_PYTHON3 || BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime, pkg_resources
select BR2_PACKAGE_PYTHON_SIX # runtime
help