forked from pool/python-murmurhash
- fix cython buildrequires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-murmurhash?expand=0&rev=6
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user