- 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
This commit is contained in:
Markéta Machová 2024-09-06 09:43:03 +00:00 committed by Git OBS Bridge
parent 69af291835
commit 49849861e2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 5 18:02:34 UTC 2024 - Meera Belur <mbelur@suse.com>
- Replace %{python_module numpy} with python-numpy to avoid expansion to all python versions
-------------------------------------------------------------------
Wed Sep 4 15:18:42 UTC 2024 - Meera Belur <mbelur@suse.com>

View File

@ -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