From 9580ac7f0f3a5e1b72539288436c31c95dcdc883e8616fd0e5e2f830e1def58d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 12 Dec 2020 12:12:08 +0000 Subject: [PATCH] Accepting request 855335 from home:mcepl:branches:devel:tools:scm - mock dependency was actually not needed at all OBS-URL: https://build.opensuse.org/request/show/855335 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=71 --- python-gevent.changes | 5 +++++ python-gevent.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-gevent.changes b/python-gevent.changes index 9238a05..32d203f 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 11 23:52:16 UTC 2020 - Matej Cepl + +- mock dependency was actually not needed at all + ------------------------------------------------------------------- Thu Oct 8 10:03:45 UTC 2020 - Hans-Peter Jansen diff --git a/python-gevent.spec b/python-gevent.spec index 2409ef2..4939baf 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -45,7 +45,6 @@ BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel} BuildRequires: %{python_module dnspython} BuildRequires: %{python_module greenlet >= 0.4.17} -BuildRequires: %{python_module mock} BuildRequires: %{python_module objgraph} BuildRequires: %{python_module psutil} BuildRequires: %{python_module requests}