14
0

Accepting request 1130344 from home:alarrosa:branches:devel:languages:python

- Do not buildrequire PyInstaller nor pandas which aren't used

OBS-URL: https://build.opensuse.org/request/show/1130344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rapidfuzz?expand=0&rev=12
This commit is contained in:
2023-12-02 08:41:09 +00:00
committed by Git OBS Bridge
parent 9afd0a812d
commit 0d3addb8c3
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 1 17:57:05 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- Do not buildrequire PyInstaller nor pandas which aren't used
-------------------------------------------------------------------
Wed May 31 08:28:24 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@@ -25,11 +25,9 @@ License: MIT
URL: https://github.com/maxbachmann/RapidFuzz
Source: https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module PyInstaller}
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scikit-build}