Add six and pkgconfig dep (thanks Orion!)

This commit is contained in:
Terje Røsten 2015-05-18 20:34:37 +02:00
parent d0284d311c
commit 21f0839c23

View File

@ -16,6 +16,7 @@ Patch0: h5py-system-lzf.patch
BuildRequires: liblzf-devel
BuildRequires: hdf5-devel >= 1.8.3
BuildRequires: python-devel >= 2.6
BuildRequires: python-pkgconfig
BuildRequires: python-six
BuildRequires: python-sphinx
BuildRequires: numpy >= 1.6.1
@ -23,6 +24,7 @@ BuildRequires: Cython
%if 0%{?with_python3}
BuildRequires: python-tools
BuildRequires: python3-devel >= 3.2
BuildRequires: python3-pkgconfig
BuildRequires: python3-six
BuildRequires: python3-sphinx
BuildRequires: python3-numpy >= 1.6.1
@ -116,7 +118,7 @@ popd
%changelog
* Mon May 18 2015 Terje Rosten <terje.rosten@ntnu.no> - 2.5.0-3
- Add six dep
- Add six and pkgconfig dep (thanks Orion!)
* Sun May 17 2015 Orion Poplawski <orion@cora.nwra.com> - 2.5.0-2
- Rebuild for hdf5 1.8.15