remove unnecessary buildrequires

This commit is contained in:
kkz 2022-03-04 09:26:51 +08:00
parent df3095f017
commit 88b93642da

View File

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