]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Build: Always build with Python 3 on CentOS (#3813)
authorTerry Burton <tez@terryburton.co.uk>
Sat, 19 Dec 2020 16:09:43 +0000 (16:09 +0000)
committerGitHub <noreply@github.com>
Sat, 19 Dec 2020 16:09:43 +0000 (10:09 -0600)
Since we're saying goodbye to Python 2 with
04f6485155ecdcaaca0d8fff6cc2fe7bee94c391.

redhat/freeradius.spec

index 23bb65806399f92bf6427f376302a866fb5a03a9..471908421ad5f947f7ebc7a1ac7d915ea3bd7b67 100644 (file)
@@ -276,10 +276,8 @@ This plugin provides Perl support for the FreeRADIUS server project.
 Summary: Python support for FreeRADIUS
 Group: System Environment/Daemons
 Requires: %{name}%{?_isa} = %{version}-%{release}
-%{!?el8:Requires: python}
-%{?el8:Requires: python3}
-%{!?el8:BuildRequires: python-devel}
-%{?el8:BuildRequires: python3-devel}
+Requires: python3
+BuildRequires: python3-devel
 
 %description python
 This plugin provides Python support for the FreeRADIUS server project.