From 49849861e233ecf14f694d4b7bbba63329463e551b1abb675c03c5ea528eeca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 6 Sep 2024 09:43:03 +0000 Subject: [PATCH] - Replace %{python_module numpy} with python-numpy to avoid expansion to all python versions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-rank-bm25?expand=0&rev=2 --- python-rank-bm25.changes | 5 +++++ python-rank-bm25.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-rank-bm25.changes b/python-rank-bm25.changes index 9f2908d..cab12be 100644 --- a/python-rank-bm25.changes +++ b/python-rank-bm25.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 5 18:02:34 UTC 2024 - Meera Belur + +- Replace %{python_module numpy} with python-numpy to avoid expansion to all python versions + ------------------------------------------------------------------- Wed Sep 4 15:18:42 UTC 2024 - Meera Belur diff --git a/python-rank-bm25.spec b/python-rank-bm25.spec index bbf4d5b..82ec401 100644 --- a/python-rank-bm25.spec +++ b/python-rank-bm25.spec @@ -32,7 +32,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: %{python_module pytest} -Requires: %{python_module numpy} +Requires: python-numpy BuildArch: noarch %python_subpackages