15
0
2023-09-06 18:46:32 +00:00
committed by Git OBS Bridge
parent ceec7aa7a8
commit 033af777f1
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 6 18:45:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- fix cython buildrequires
-------------------------------------------------------------------
Wed Aug 30 12:31:05 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@@ -24,8 +24,7 @@ Summary: Cython bindings for MurmurHash
License: MIT
URL: https://github.com/explosion/murmurhash
Source: https://files.pythonhosted.org/packages/source/m/murmurhash/murmurhash-%{version}.tar.gz
# seledtion cython >= 3 is to prefer the latest release. It may not be mandatory if version 3 or newer isn't available.
BuildRequires: %{python_module cython >= 3.0}
BuildRequires: %{python_module Cython >= 3}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}