package/libsigrok: drop host-python2 support

host-python2 is gone, so always use host-python3.

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-10 20:23:32 +01:00 committed by Yann E. MORIN
parent 4c8ae13e7c
commit 0309124a49

View File

@ -60,7 +60,7 @@ LIBSIGROK_CONF_OPTS += --enable-cxx
LIBSIGROK_DEPENDENCIES += \
glibmm \
host-doxygen \
$(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)
host-python3
else
LIBSIGROK_CONF_OPTS += --disable-cxx
endif