forked from pool/python-cloudpickle
Accepting request 1066282 from devel:languages:python
- restore testing against scipy/numpy on tumbleweed, all versions exist there again OBS-URL: https://build.opensuse.org/request/show/1066282 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cloudpickle?expand=0&rev=19
This commit is contained in:
commit
846f5640c9
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user