[h5py/epel7] No python3 on EL

Orion Poplawski orion at fedoraproject.org
Mon Aug 25 17:09:40 UTC 2014


commit b9118a2566c48efd8147d0f956a04d09ab895641
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Aug 25 11:09:41 2014 -0600

    No python3 on EL

 h5py.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
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}


More information about the scm-commits mailing list