Minor conditional tweak for ELN

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson 2020-09-21 16:37:08 +00:00
parent bd7742f1d9
commit 39e9e43f6c
1 changed files with 3 additions and 3 deletions

View File

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