- restore testing against scipy/numpy on tumbleweed, all

versions exist there again

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=45
This commit is contained in:
Dirk Mueller 2023-02-16 23:10:55 +00:00 committed by Git OBS Bridge
parent 4c9d53daa4
commit 04c02c0bdd
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 16 23:10:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
- restore testing against scipy/numpy on tumbleweed, all
versions exist there again
-------------------------------------------------------------------
Mon Dec 5 12:19:25 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-cloudpickle
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -36,9 +36,10 @@ BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module py}
BuildRequires: %{python_module tornado}
# only test these for the primary interpreter, as packages for older pythons are dropped in TW
BuildRequires: python3-scipy
BuildRequires: python3-numpy >= 1.18.5
%if 0%{?suse_version} >= 1550
BuildRequires: %{python_module numpy >= 1.18.5}
BuildRequires: %{python_module scipy}
%endif
# /SECTION
%python_subpackages