From cf86885d614da8c5d3466fb1af68a0ffb962660c Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 29 Aug 2023 15:01:23 +0800 Subject: [PATCH] Add buildRequire python3-setuptools_scm (cherry picked from commit 69d09d5c5c34a94e12bed0fb170b11d22203d0d2) --- python-statsmodels.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-statsmodels.spec b/python-statsmodels.spec index 1c997f5..14edfc6 100644 --- a/python-statsmodels.spec +++ b/python-statsmodels.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-statsmodels Version: 0.14.0 -Release: 1 +Release: 2 Summary: Statistical computations and models for Python License: BSD-3-Clause URL: https://github.com/statsmodels/statsmodels @@ -17,6 +17,7 @@ Summary: Statistical computations and models for Python Provides: python-statsmodels = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm BuildRequires: python3-cffi BuildRequires: python3-numpy BuildRequires: gcc @@ -71,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 29 2023 caodongxia - 0.14.0-2 +- Add buildRequire python3-setuptools_scm + * Fri Jun 16 2023 jiangxinyu - 0.14.0-1 - Update package to version 0.14.0 -- Gitee