terjeros pushed to h5py (master). "Add six dep"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 18 18:16:22 UTC 2015


From d0284d311c2667c4eb9dd997d4bea729c686f067 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Terje=20R=C3=B8sten?= <terje.rosten at ntnu.no>
Date: Mon, 18 May 2015 20:16:12 +0200
Subject: Add six dep


diff --git a/h5py.spec b/h5py.spec
index ded2d65..629bccc 100644
--- a/h5py.spec
+++ b/h5py.spec
@@ -6,7 +6,7 @@
 Summary:        A Python interface to the HDF5 library
 Name:           h5py
 Version:        2.5.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Group:          Applications/Engineering
 License:        BSD
 URL:            http://www.h5py.org/
@@ -16,18 +16,21 @@ Patch0:         h5py-system-lzf.patch
 BuildRequires:  liblzf-devel
 BuildRequires:  hdf5-devel >= 1.8.3
 BuildRequires:  python-devel >= 2.6
+BuildRequires:  python-six
 BuildRequires:  python-sphinx
 BuildRequires:  numpy >= 1.6.1
 BuildRequires:  Cython
 %if 0%{?with_python3}
 BuildRequires:  python-tools
 BuildRequires:  python3-devel >= 3.2
+BuildRequires:  python3-six
 BuildRequires:  python3-sphinx 
 BuildRequires:  python3-numpy >= 1.6.1
 BuildRequires:  python3-Cython
 %endif
 Requires:       hdf5 = %{_hdf5_version}
 Requires:       numpy >= 1.6.1
+Requires:       python-six
 
 %description
 The h5py package provides both a high- and low-level interface to the
@@ -45,6 +48,7 @@ simplifies the process of reading and writing data from Python.
 Summary:        A Python 3 interface to the HDF5 library
 Group:          Applications/Engineering
 Requires:       python3-numpy >= 1.6.1
+Requires:       python3-six
 
 %description -n python3-h5py
 The h5py package provides both a high- and low-level interface to the
@@ -111,6 +115,9 @@ popd
 %endif
 
 %changelog
+* Mon May 18 2015 Terje Rosten <terje.rosten at ntnu.no> - 2.5.0-3
+- Add six dep
+
 * Sun May 17 2015 Orion Poplawski <orion at cora.nwra.com> - 2.5.0-2
 - Rebuild for hdf5 1.8.15
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/h5py.git/commit/?h=master&id=d0284d311c2667c4eb9dd997d4bea729c686f067


More information about the scm-commits mailing list