From: Bernd Kuhls Date: Wed, 11 Aug 2021 20:14:40 +0000 (+0200) Subject: package/tvheadend: always use host-python3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37f75b756182dd17871d1cd9e8bca83f326de690;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk index b694c44e3b..cd8fedf1f0 100644 --- a/package/tvheadend/tvheadend.mk +++ b/package/tvheadend/tvheadend.mk @@ -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)