From 493ff34785fb64622c7dde61a11d2627f35332f800b2076bb9b567ed7525ef34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 20 Apr 2022 12:47:11 +0000 Subject: [PATCH] Accepting request 971057 from home:pgajdos:python - python-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/971057 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=31 --- python-social-auth-core.changes | 10 ++++++++++ python-social-auth-core.spec | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python-social-auth-core.changes b/python-social-auth-core.changes index 48d3ef5..f0e49be 100644 --- a/python-social-auth-core.changes +++ b/python-social-auth-core.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 20 09:49:25 UTC 2022 - pgajdos@suse.com + +- python-mock is not required for build + +------------------------------------------------------------------- +Wed Mar 2 16:55:51 UTC 2022 - Matej Cepl + +- Add URL + ------------------------------------------------------------------- Wed Mar 2 16:55:51 UTC 2022 - Matej Cepl diff --git a/python-social-auth-core.spec b/python-social-auth-core.spec index 5138be9..ba92e0a 100644 --- a/python-social-auth-core.spec +++ b/python-social-auth-core.spec @@ -32,7 +32,6 @@ BuildRequires: %{python_module coverage >= 3.6} BuildRequires: %{python_module cryptography >= 2.1.1} BuildRequires: %{python_module defusedxml >= 0.5.0} BuildRequires: %{python_module httpretty} -BuildRequires: %{python_module mock} BuildRequires: %{python_module oauthlib >= 1.0.3} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-jose >= 3.0.0}