package/tvheadend: always use host-python3
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 11 Aug 2021 20:14:40 +0000 (22:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 13 Aug 2021 13:11:51 +0000 (15:11 +0200)
According to
https://elinux.org/Buildroot:Python2Packages#Python_in_the_build_system
tvheadend needs to be updated to follow
"We aim at removing dependencies on host-python(2) where possible"

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/tvheadend/tvheadend.mk

index b694c44e3b0f84542c498f551767894593eab675..cd8fedf1f03fb7e4b00d045ca25f08600ada1fa9 100644 (file)
@@ -12,7 +12,7 @@ TVHEADEND_DEPENDENCIES = \
        host-gettext \
        host-pkgconf \
        host-pngquant \
-       $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python) \
+       host-python3 \
        openssl
 
 ifeq ($(BR2_PACKAGE_AVAHI),y)