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