From: Flole998 Date: Sun, 13 Feb 2022 02:11:21 +0000 (+0100) Subject: Update RPM to python3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0bbcc055e7d1743aa311d488a25bcfdbd7b4e82;p=thirdparty%2Ftvheadend.git Update RPM to python3 --- diff --git a/rpm/tvheadend.spec.in b/rpm/tvheadend.spec.in index b0a3b5de4..958713958 100644 --- a/rpm/tvheadend.spec.in +++ b/rpm/tvheadend.spec.in @@ -31,7 +31,7 @@ BuildRequires: libdvbcsa-devel BuildRequires: openssl-devel BuildRequires: wget python git BuildRequires: cmake -BuildRequires: python2 +BuildRequires: python3 %{?systemd_requires} Requires: bzip2 @@ -58,7 +58,7 @@ echo %{version}-%{release} > %{_builddir}/%{buildsubdir}/rpm/version %else %configure --disable-lockowner --enable-ffmpeg_static --enable-libx265 --nowerror %endif -%make_build PYTHON=python2 +%make_build PYTHON=python3 %install