Fix accidentally reversed %{?rhel} test.

This commit is contained in:
Richard W.M. Jones 2020-09-01 11:42:52 +01:00
parent 6bcb46c436
commit f46c7f4f3d
1 changed files with 2 additions and 2 deletions

View File

@ -94,9 +94,9 @@ BuildRequires: bash-completion
BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::Embed)
%if !0%{?rhel}
BuildRequires: platform-python-devel
%else
BuildRequires: python3-devel
%else
BuildRequires: platform-python-devel
%endif
%if !0%{?rhel}
%if 0%{?have_ocaml}