forked from pool/python-CacheControl
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:
parent
daa8fd57a0
commit
2c1aa1cc14
@ -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>
|
Mon Jun 19 12:38:35 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
||||||
|
|
||||||
|
@ -37,14 +37,12 @@ Provides: python-cachecontrol = %{version}-%{release}
|
|||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Recommends: python-filelock >= 3.8.0
|
Recommends: python-filelock >= 3.8.0
|
||||||
Suggests: python-redis >= 2.10.5
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module CherryPy}
|
BuildRequires: %{python_module CherryPy}
|
||||||
BuildRequires: %{python_module filelock >= 3.8.0}
|
BuildRequires: %{python_module filelock >= 3.8.0}
|
||||||
BuildRequires: %{python_module msgpack >= 0.5.2}
|
BuildRequires: %{python_module msgpack >= 0.5.2}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module redis >= 2.10.5}
|
|
||||||
BuildRequires: %{python_module requests >= 2.16.0}
|
BuildRequires: %{python_module requests >= 2.16.0}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
Reference in New Issue
Block a user