From 8953cb60a0ad47c0b352077e83a2ab17cad02bb9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mar 15 2017 08:18:00 +0000 Subject: relax yarl version Signed-off-by: Igor Gnatenko --- 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