From 903b11bf4e4f7a62d2fe608e22dba21f43bb2a083b2123d06c0763e5dcb10ca2 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 4 Aug 2022 06:32:18 +0000 Subject: [PATCH] - Remove unneeded BuildRequires on mock. - Remove duplicated BuildRequires on pytest. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=11 --- python-Authlib.changes | 6 ++++++ python-Authlib.spec | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-Authlib.changes b/python-Authlib.changes index fef7e10..616e7ba 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 4 06:30:52 UTC 2022 - Steve Kowalik + +- Remove unneeded BuildRequires on mock. +- Remove duplicated BuildRequires on pytest. + ------------------------------------------------------------------- Mon May 9 22:06:00 UTC 2022 - Matej Cepl diff --git a/python-Authlib.spec b/python-Authlib.spec index 9a3d1f2..0ade5b9 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -39,10 +39,8 @@ BuildRequires: %{python_module Werkzeug} BuildRequires: %{python_module cachelib} BuildRequires: %{python_module cryptography} BuildRequires: %{python_module httpx} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module starlette} BuildRequires: %{python_module typing_extensions}