From acba7d23028df30af2b7e0c9c8e33cfd1fef4e17 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 25 Aug 2018 20:56:13 +0200 Subject: [PATCH] Recommend aiodns It's much faster with it ;) Signed-off-by: Igor Gnatenko --- python-aiohttp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 85659ea..7aeb1bb 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -1,10 +1,10 @@ %global srcname aiohttp -%?python_enable_dependency_generator +%{?python_enable_dependency_generator} Name: python-%{srcname} Version: 3.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python HTTP client/server for asyncio License: ASL 2.0 @@ -24,6 +24,7 @@ Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-Cython +Recommends: python%{python3_version}dist(aiodns) %description -n python3-%{srcname} Python HTTP client/server for asyncio which supports both the client and the @@ -46,6 +47,9 @@ with middlewares and pluggable routing. %{python3_sitearch}/%{srcname}/ %changelog +* Sat Aug 25 2018 Igor Gnatenko - 3.4.0-2 +- Recommend aiodns + * Sat Aug 25 2018 Fabian Affolter - 3.4.0-1 - Update to new upstream version 3.4.0