From 17eadc4df00e10c8e418c7205fd9dbd14b69227cba0d0206aa6466ceecee2bd2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 7 Dec 2020 05:05:05 +0000 Subject: [PATCH] Accepting request 853441 from home:bnavigator:branches:devel:languages:python - BuildRequire threadpoolctl for all python3 flavors gh#openSUSE/python-rpm-macros#66 OBS-URL: https://build.opensuse.org/request/show/853441 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=45 --- python-joblib.changes | 6 ++++++ python-joblib.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-joblib.changes b/python-joblib.changes index fee5230..9ac950c 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 6 21:37:54 UTC 2020 - Benjamin Greiner + +- BuildRequire threadpoolctl for all python3 flavors + gh#openSUSE/python-rpm-macros#66 + ------------------------------------------------------------------- Fri Oct 30 08:23:38 UTC 2020 - pgajdos@suse.com diff --git a/python-joblib.spec b/python-joblib.spec index 917037a..df1dc2e 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -34,9 +34,9 @@ BuildRequires: %{python_module numpy} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module threadpoolctl} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python3-threadpoolctl Requires: python-lz4 Recommends: python-numpy Recommends: python-psutil