From 4c9d53daa4da9d40bfa26c4620f5d061cc554a05a0f9b267a3fea0f73e7cf283 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 5 Dec 2022 12:20:01 +0000 Subject: [PATCH] - Add python-py as test dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudpickle?expand=0&rev=43 --- python-cloudpickle.changes | 5 +++++ python-cloudpickle.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-cloudpickle.changes b/python-cloudpickle.changes index 91196db..4c0b002 100644 --- a/python-cloudpickle.changes +++ b/python-cloudpickle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 5 12:19:25 UTC 2022 - Daniel Garcia + +- Add python-py as test dependency + ------------------------------------------------------------------- Fri Oct 28 12:04:27 UTC 2022 - Daniel Garcia diff --git a/python-cloudpickle.spec b/python-cloudpickle.spec index 8118d28..8ec9c53 100644 --- a/python-cloudpickle.spec +++ b/python-cloudpickle.spec @@ -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