1
0

- Add python-py as test dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=43
This commit is contained in:
Daniel Garcia 2022-12-05 12:20:01 +00:00 committed by Git OBS Bridge
parent ec0d73250d
commit 4c9d53daa4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 5 12:19:25 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Add python-py as test dependency
-------------------------------------------------------------------
Fri Oct 28 12:04:27 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-cloudpickle
Version: 2.2.0
@ -35,6 +34,7 @@ BuildArch: noarch
BuildRequires: %{python_module curses}
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