Skip to content

Commit

Permalink
Merge pull request #268 from xsuchy/python3rhel8
Browse files Browse the repository at this point in the history
allow to build python3 for rhel8
  • Loading branch information
Matej Habrnal committed Nov 30, 2017
2 parents b428dbf + 0c0881a commit e2ade6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satyr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%define enable_python_manpage 1
%endif

%if 0%{?fedora}
%if 0%{?fedora} || 0%{?rhel} > 7
%define with_python3 1
%else
# EL doesn't have Python 3
Expand Down

0 comments on commit e2ade6b

Please sign in to comment.