Accepting request 994423 from devel:languages:python

- Remove unneeded BuildRequires on contextlib2.

OBS-URL: https://build.opensuse.org/request/show/994423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-starlette?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-08-11 16:32:31 +00:00 committed by Git OBS Bridge
commit ae263ef4d7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 11 05:22:41 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Remove unneeded BuildRequires on contextlib2.
-------------------------------------------------------------------
Fri Aug 5 11:37:43 UTC 2022 - John Vandenberg <jayvdb@gmail.com>

View File

@ -37,7 +37,6 @@ BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module anyio}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module contextlib2}
BuildRequires: %{python_module itsdangerous}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}