package/libsigrokdecode: drop reference to python2

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:52 +01:00 committed by Yann E. MORIN
parent fe70e4987e
commit ae86cd8dba

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_LIBSIGROKDECODE
bool "libsigrokdecode"
depends on !BR2_PACKAGE_PYTHON # python3
depends on BR2_USE_WCHAR # libglib2/python3
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2/python3
depends on BR2_USE_MMU # libglib2/python3
@ -19,9 +18,4 @@ config BR2_PACKAGE_LIBSIGROKDECODE
comment "libsigrokdecode needs a toolchain w/ wchar, threads, dynamic library"
depends on BR2_USE_MMU
depends on !BR2_PACKAGE_PYTHON
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
comment "libsigrokdecode is not compatible with python"
depends on BR2_USE_MMU
depends on BR2_PACKAGE_PYTHON