From 889db9b04ace0ecb7346ce2108e908ecbe495054975b8891f083a433cd2a2d71 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 14 Apr 2022 06:51:44 +0000 Subject: [PATCH] - Remove unneeded BuildRequires on mock. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=18 --- python-requests-oauthlib.changes | 5 +++++ python-requests-oauthlib.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-requests-oauthlib.changes b/python-requests-oauthlib.changes index 1d9f510..cde8e96 100644 --- a/python-requests-oauthlib.changes +++ b/python-requests-oauthlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 14 06:51:09 UTC 2022 - Steve Kowalik + +- Remove unneeded BuildRequires on mock. + ------------------------------------------------------------------- Tue Feb 15 09:22:48 UTC 2022 - Dirk Müller diff --git a/python-requests-oauthlib.spec b/python-requests-oauthlib.spec index a0e4051..ca82e17 100644 --- a/python-requests-oauthlib.spec +++ b/python-requests-oauthlib.spec @@ -24,7 +24,6 @@ Summary: OAuthlib authentication support for Requests License: ISC URL: https://github.com/requests/requests-oauthlib Source: https://files.pythonhosted.org/packages/source/r/requests-oauthlib/requests-oauthlib-%{version}.tar.gz -BuildRequires: %{python_module mock} BuildRequires: %{python_module oauthlib >= 3.0.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.0.0}