Skip to content
Snippets Groups Projects

Change EPEL 7 python 3 version to 3.6

Merged Mattias Ellert requested to merge ellert/arc:change-epel-7-python-3-version into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -218,7 +218,7 @@ BuildRequires: python2-devel
BuildRequires: python3-devel
%endif
%if %{?rhel}%{!?rhel:0} == 7
BuildRequires: python34-devel
BuildRequires: python36-devel
%endif
%if %{with_pylint}
BuildRequires: pylint
Loading