From 88b93642da365004a6db0b13b87977015b22413f Mon Sep 17 00:00:00 2001 From: kkz Date: Fri, 4 Mar 2022 09:26:51 +0800 Subject: [PATCH] remove unnecessary buildrequires --- python-threadpoolctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-threadpoolctl.spec b/python-threadpoolctl.spec index 136a771..a848dfd 100644 --- a/python-threadpoolctl.spec +++ b/python-threadpoolctl.spec @@ -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 - 2.1.0-3 +- remove unnecessary buildrequires + * Fri Jan 28 2022 shixuantong - 2.1.0-2 - change source0 and modify build and install -- Gitee