Recommend aiodns

It's much faster with it ;)

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-08-25 20:56:13 +02:00
parent f787b32482
commit acba7d2302
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -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 <ignatenkobrain@fedoraproject.org> - 3.4.0-2
- Recommend aiodns
* Sat Aug 25 2018 Fabian Affolter <mail@fabian-affolter.ch> - 3.4.0-1
- Update to new upstream version 3.4.0