Enable usage of dependency generator

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2018-01-19 17:03:58 +01:00
parent 0b35721cb7
commit 4939737e68
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -1,8 +1,10 @@
%global srcname aiohttp %global srcname aiohttp
%python_enable_dependency_generator
Name: python-%{srcname} Name: python-%{srcname}
Version: 2.3.9 Version: 2.3.9
Release: 1%{?dist} Release: 2%{?dist}
Summary: Python HTTP client/server for asyncio Summary: Python HTTP client/server for asyncio
License: ASL 2.0 License: ASL 2.0
@ -23,11 +25,6 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-Cython BuildRequires: python3-Cython
Requires: python3-chardet
Requires: python3-multidict >= 4.0.0
Requires: python3-async-timeout >= 1.2.0
Requires: python3-yarl >= 1.0.0
%description -n python3-%{srcname} %description -n python3-%{srcname}
Python HTTP client/server for asyncio which supports both the client and the Python HTTP client/server for asyncio which supports both the client and the
server side of the HTTP protocol, client and server websocket, and webservers server side of the HTTP protocol, client and server websocket, and webservers
@ -49,6 +46,9 @@ with middlewares and pluggable routing.
%{python3_sitearch}/%{srcname}/ %{python3_sitearch}/%{srcname}/
%changelog %changelog
* Fri Jan 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.3.9-2
- Enable usage of dependency generator
* Wed Jan 17 2018 Igor Gnatenko <ignatenko@redhat.com> - 2.3.9-1 * Wed Jan 17 2018 Igor Gnatenko <ignatenko@redhat.com> - 2.3.9-1
- Update to 2.3.9 - Update to 2.3.9