From: Terry Burton Date: Sat, 19 Dec 2020 16:09:43 +0000 (+0000) Subject: Build: Always build with Python 3 on CentOS (#3813) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3f6a0d8d418dbdb0209cecf22023944b809704a;p=thirdparty%2Ffreeradius-server.git Build: Always build with Python 3 on CentOS (#3813) Since we're saying goodbye to Python 2 with 04f6485155ecdcaaca0d8fff6cc2fe7bee94c391. --- diff --git a/redhat/freeradius.spec b/redhat/freeradius.spec index 23bb6580639..471908421ad 100644 --- a/redhat/freeradius.spec +++ b/redhat/freeradius.spec @@ -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.