package/gqrx: suppress dependency to not BR2_PACKAGE_PYTHON3
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Fri, 17 Jan 2020 11:02:32 +0000 (12:02 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 3 Feb 2020 22:43:33 +0000 (23:43 +0100)
Since Gnuradio 3.8 support python3 dependency to only python2 is no more
mandatory

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gqrx/Config.in

index 990d594c6ad164646c6b679964f296adcc31704b..d873c6a4d4212319dcc3a0173337b32241d7a339 100644 (file)
@@ -1,6 +1,5 @@
 comment "gqrx needs a toolchain w/ C++, threads, wchar, dynamic library"
        depends on BR2_USE_MMU # gnuradio
-       depends on !BR2_PACKAGE_PYTHON3 # gnuradio
        depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
                !BR2_USE_WCHAR || !BR2_STATIC_LIBS
@@ -20,7 +19,6 @@ config BR2_PACKAGE_GQRX
        depends on BR2_USE_WCHAR # boost
        depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
        depends on BR2_PACKAGE_QT5
-       depends on !BR2_PACKAGE_PYTHON3
        depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # gnuradio
        select BR2_PACKAGE_BOOST
        select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS