relax yarl version

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2017-03-15 09:18:00 +01:00
parent f7f7405c05
commit 8953cb60a0
1 changed files with 2 additions and 1 deletions

View File

@ -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