Dirk Mueller 2023-08-14 11:41:41 +00:00 committed by Git OBS Bridge
parent a2a44450e8
commit d68d7a5cc8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 14 11:41:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- limit to Cython < 3
-------------------------------------------------------------------
Fri Jun 23 12:23:14 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -90,7 +90,7 @@ Patch1: numpy-1.9.0-remove-__declspec.patch
Patch2: ignore-pkg_resources-deprecation.patch
# PATCH-FIX-OPENSUSE Do not call a deprecated hypothesis health check function
Patch3: remove-deprecated-hypothesis-funcs.patch
BuildRequires: %{python_module Cython >= 0.29.30}
BuildRequires: %{python_module Cython >= 0.29.30 with %python-Cython < 3}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools >= 60.0.0}