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:
parent
38a154f142
commit
37f75b7561
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user