!6 [轻量级PR] 删除spec文件中不必要的buildrequirements

From: @kkzhs_admin 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-03-07 03:10:21 +00:00 committed by Gitee
commit 89ad5b7ab3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,13 +3,13 @@
Name: python-%{pypi_name}
Version: 2.1.0
Release: 2
Release: 3
Summary: Python helpers to limit the number of threads
License: BSD 3-Clause
URL: https://github.com/joblib/threadpoolctl/
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel python3-flit python3-pip
BuildRequires: python3-devel
%if %{with test}
BuildRequires: python3-pytest
@ -53,6 +53,9 @@ py.test-%{python3_version}
%{python3_sitelib}/__pycache__/%{pypi_name}.*
%changelog
* Fri Mar 4 2022 zhaoshuang <zhaoshuang@uniontech.com> - 2.1.0-3
- remove unnecessary buildrequires
* Fri Jan 28 2022 shixuantong <shixuantong@h-partners.com> - 2.1.0-2
- change source0 and modify build and install