]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update RPM to python3
authorFlole998 <Flole998@users.noreply.github.com>
Sun, 13 Feb 2022 02:11:21 +0000 (03:11 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Feb 2022 02:11:21 +0000 (03:11 +0100)
rpm/tvheadend.spec.in

index b0a3b5de420359574d768f714b1ab90842007f7a..958713958972fc0f80a5e615d567f37a901be9d7 100644 (file)
@@ -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