diff --git a/python-aiohttp.spec b/python-aiohttp.spec index b88d592..e85e948 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -26,7 +26,7 @@ BuildRequires: python3-Cython Requires: python3-chardet Requires: python3-multidict >= 2.1.4 Requires: python3-async-timeout >= 1.1.0 -Requires: python3-yarl >= 0.10.0 +Requires: python3-yarl >= 0.9.8 Conflicts: python3-yarl >= 0.11 %description -n python3-%{srcname} @@ -36,6 +36,7 @@ with middlewares and pluggable routing. %prep %autosetup -n %{srcname}-%{version} +sed -i -e "/yarl/s/0\.10/0.11/" setup.py %build %py3_build