From b9118a2566c48efd8147d0f956a04d09ab895641 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 25 Aug 2014 11:09:41 -0600 Subject: [PATCH] No python3 on EL --- h5py.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/h5py.spec b/h5py.spec index 9ca4fa4..dd41ed9 100644 --- a/h5py.spec +++ b/h5py.spec @@ -1,4 +1,8 @@ +%if 0%{?fedora} %global with_python3 1 +%else +%global with_python3 0 +%endif %{?filter_provides_in: %filter_provides_in .*/h5py/.*\.so} %{?filter_setup}