- Remove unneeded BuildRequires on mock.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=18
This commit is contained in:
Steve Kowalik 2022-04-14 06:51:44 +00:00 committed by Git OBS Bridge
parent 213a7ce2dd
commit 889db9b04a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 14 06:51:09 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Remove unneeded BuildRequires on mock.
-------------------------------------------------------------------
Tue Feb 15 09:22:48 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -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}