package/tvheadend: fix python3 detection

Fixes:
http://autobuild.buildroot.net/results/101/101d1caa355c2d7ee1762b394c1bf4e29350bd06//

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Bernd Kuhls 2021-09-05 08:50:36 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent eb75d71b80
commit 29932ece35

View File

@ -154,7 +154,7 @@ define TVHEADEND_CONFIGURE_CMDS
--arch="$(ARCH)" \
--cpu="$(GCC_TARGET_CPU)" \
--nowerror \
--python="$(HOST_DIR)/bin/python" \
--python="$(HOST_DIR)/bin/python3" \
--enable-dvbscan \
--enable-bundle \
--enable-pngquant \