Accepting request 1135649 from home:alarrosa:branches:devel:languages:python

- Remove BuildRequires and Suggests python-redis since it's not
  really used when building and there's no reason to suggest it
  unless someone wants to explicitly use redis, this simplifies
  the dependencies which is useful for SLE.

OBS-URL: https://build.opensuse.org/request/show/1135649
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=30
This commit is contained in:
Markéta Machová 2024-01-02 13:56:42 +00:00 committed by Git OBS Bridge
parent daa8fd57a0
commit 2c1aa1cc14
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 29 11:48:07 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- Remove BuildRequires and Suggests python-redis since it's not
really used when building and there's no reason to suggest it
unless someone wants to explicitly use redis, this simplifies
the dependencies which is useful for SLE.
-------------------------------------------------------------------
Mon Jun 19 12:38:35 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>

View File

@ -37,14 +37,12 @@ Provides: python-cachecontrol = %{version}-%{release}
Requires(post): update-alternatives
Requires(postun):update-alternatives
Recommends: python-filelock >= 3.8.0
Suggests: python-redis >= 2.10.5
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module CherryPy}
BuildRequires: %{python_module filelock >= 3.8.0}
BuildRequires: %{python_module msgpack >= 0.5.2}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module redis >= 2.10.5}
BuildRequires: %{python_module requests >= 2.16.0}
# /SECTION
%python_subpackages