From a8d840be64fad99008dcb0447fffb1f9e7bf137b3f77bc1459d72a415fafd3c1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 9 Dec 2024 12:26:51 +0000 Subject: [PATCH] - Add missing BR of aiotthp-retry. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp-retry?expand=0&rev=7 --- python-aiohttp-retry.changes | 3 ++- python-aiohttp-retry.spec | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/python-aiohttp-retry.changes b/python-aiohttp-retry.changes index f172105..5d39d86 100644 --- a/python-aiohttp-retry.changes +++ b/python-aiohttp-retry.changes @@ -1,8 +1,9 @@ ------------------------------------------------------------------- -Tue Dec 3 00:08:47 UTC 2024 - Matej Cepl +Mon Dec 9 12:26:14 UTC 2024 - Matej Cepl - Downgrade requirement of python-yarl to Recommends (and don’t require it for building at all). +- Add missing BR of aiotthp-retry. ------------------------------------------------------------------- Wed Nov 20 07:47:13 UTC 2024 - Matej Cepl diff --git a/python-aiohttp-retry.spec b/python-aiohttp-retry.spec index d756bb6..34fae05 100644 --- a/python-aiohttp-retry.spec +++ b/python-aiohttp-retry.spec @@ -34,10 +34,12 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-aiohttp +Requires: python-aiohttp-retry Recommends: python-yarl BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module aiohttp} +BuildRequires: %{python_module aiohttp-retry} BuildRequires: %{python_module pytest-aiohttp} BuildRequires: %{python_module pytest} # /SECTION