[Buildroot] [git commit branch/next] package/tvheadend: always use host-python3
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-08-13 13:12:16
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-08-13 13:12:16
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=37f75b756182dd17871d1cd9e8bca83f326de690 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next 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 <redacted> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- package/tvheadend/tvheadend.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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)
_______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot