Browse Source

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>
Peter Korsgaard 3 years ago
parent
commit
0309124a49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/libsigrok/libsigrok.mk

+ 1 - 1
package/libsigrok/libsigrok.mk

@@ -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