package/tvheadend: always use host-python3

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>
This commit is contained in:
Bernd Kuhls 2021-08-11 22:14:40 +02:00 committed by Thomas Petazzoni
parent 38a154f142
commit 37f75b7561

View 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)