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