From 31b2a7d03cb5d94de42bcb2d99db1ee5b21cbf54d5e44a9de2abab090e4c138c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 2 Jan 2024 13:56:42 +0000 Subject: [PATCH] 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 --- python-CacheControl.changes | 8 ++++++++ python-CacheControl.spec | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-CacheControl.changes b/python-CacheControl.changes index e584707..75ce2c2 100644 --- a/python-CacheControl.changes +++ b/python-CacheControl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Dec 29 11:48:07 UTC 2023 - Antonio Larrosa + +- 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 diff --git a/python-CacheControl.spec b/python-CacheControl.spec index de1d2ab..4462186 100644 --- a/python-CacheControl.spec +++ b/python-CacheControl.spec @@ -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