From b7b47ac0f03b517d4105590d8a537d152415a71d Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 8 Oct 2012 13:37:18 -0600 Subject: [PATCH] Add requires python3-numpy, python3-f2py for python3-scipy (bug 863755) --- scipy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scipy.spec b/scipy.spec index f53920a..e01f8f6 100644 --- a/scipy.spec +++ b/scipy.spec @@ -16,7 +16,7 @@ Summary: Scipy: Scientific Tools for Python Name: scipy Version: 0.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Libraries License: BSD and LGPLv2+ @@ -53,6 +53,7 @@ leading scientists and engineers. Summary: Scipy: Scientific Tools for Python Group: Development/Libraries License: BSD and LGPLv2+ +Requires: python3-numpy, python3-f2py %description -n python3-scipy Scipy is open-source software for mathematics, science, and engineering. The core library is NumPy which provides convenient and @@ -144,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT %endif # with_python3 %changelog +* Mon Oct 8 2012 Orion Poplawski - 0.11.0-2 +- Add requires python3-numpy, python3-f2py for python3-scipy (bug 863755) + * Sun Sep 30 2012 Orion Poplawski - 0.11.0-1 - Update to 0.11.0 final