From c5549ec16d2f7b0a7c3b40d3b599df414c45ee59 Mon Sep 17 00:00:00 2001 From: hht8 Date: Wed, 2 Jun 2021 15:46:08 +0800 Subject: [PATCH] Completing build dependencies to fix git commands missing error --- scipy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scipy.spec b/scipy.spec index a9dcf22..2523da3 100644 --- a/scipy.spec +++ b/scipy.spec @@ -2,14 +2,14 @@ %global debug_package %{nil} Name: scipy Version: 1.2.2 -Release: 3 +Release: 4 Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering License: BSD, MIT, Boost and Public Domain URL: https://www.scipy.org Source0: https://github.com/scipy/scipy/releases/download/v%{version}/scipy-%{version}.tar.gz BuildRequires: python3-devel python3-numpy >= 1.8.2 python3-numpy-f2py -BuildRequires: gcc-c++ openblas-devel gcc-gfortran +BuildRequires: gcc-c++ openblas-devel gcc-gfortran git %description SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering. @@ -78,6 +78,9 @@ popd %{python3_sitearch}/*.egg-info %changelog +* Mon May 31 2021 huanghaitao - 1.2.2-4 +- Completing build dependencies to fix git commands missing error + * Tue Oct 27 2020 huanghaitao - 1.2.2-3 - Disable python2 module -- Gitee