[netcdf4-python] Add BR python{,3}-dateutil for tests

Orion Poplawski orion at fedoraproject.org
Fri May 9 21:45:43 UTC 2014


commit 3e59383f9f1d833b1646d16a5b032f9886c59722
Author: Orion Poplawski <orion at nwra.com>
Date:   Fri May 9 15:35:39 2014 -0600

    Add BR python{,3}-dateutil for tests

 netcdf4-python.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/netcdf4-python.spec b/netcdf4-python.spec
index 1b99e51..23011f8 100644
--- a/netcdf4-python.spec
+++ b/netcdf4-python.spec
@@ -27,6 +27,7 @@ Patch1:         netcdf4-python-libs.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python2-devel
+BuildRequires:  python-dateutil
 # EL6 has python 2.6 and needs ordereddict
 %if 0%{?rhel} && 0%{?rhel} <= 6
 BuildRequires:  python-ordereddict
@@ -34,6 +35,7 @@ BuildRequires:  python-ordereddict
 BuildRequires:  numpy
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
+BuildRequires:  python3-dateutil
 BuildRequires:  python3-numpy
 # For 2to3
 BuildRequires:  python-tools
@@ -159,6 +161,7 @@ PYTHONPATH=$(echo ../build/lib.*) python3 run_all.py
 * Fri May 9 2014 Orion Poplawski <orion at cora.nwra.com> - 1.0.9-1
 - Update to 1.0.9
 - Remove rpaths
+- Add BR python{,3}-dateutil for tests
 
 * Thu Mar 6 2014 Orion Poplawski <orion at cora.nwra.com> - 1.0.8-1
 - Update to 1.0.8


More information about the scm-commits mailing list