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}