* Sat Jun 01 2019 Fabian Affolter <mail@fabian-affolter.ch> - 3.5.4-3

- Remove dep generator
This commit is contained in:
Fabian Affolter 2019-06-01 21:15:11 +02:00
parent ea526cbb30
commit 3a2b7b82c5
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -1,10 +1,8 @@
%global srcname aiohttp
%{?python_enable_dependency_generator}
Name: python-%{srcname}
Version: 3.5.4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Python HTTP client/server for asyncio
License: ASL 2.0
@ -21,11 +19,13 @@ with middlewares and pluggable routing.
%package -n python3-%{srcname}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{srcname}}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-Cython
Recommends: python%{python3_version}dist(aiodns)
%{?python_provide:%python_provide python3-%{srcname}}
%description -n python3-%{srcname}
Python HTTP client/server for asyncio which supports both the client and the
@ -51,6 +51,9 @@ sed -i -e '/http_parser\.c/d' setup.py
%{python3_sitearch}/%{srcname}/
%changelog
* Sat Jun 01 2019 Fabian Affolter <mail@fabian-affolter.ch> - 3.5.4-3
- Remove dep generator
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild