Revert changes

This commit is contained in:
Fabian Affolter 2018-08-27 13:06:35 +02:00
parent 1016ced9b5
commit 404591c9dd
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -24,7 +24,6 @@ Summary: %{summary}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-Cython
BuildRequires: http-parser-devel
Recommends: python%{python3_version}dist(aiodns)
%description -n python3-%{srcname}
@ -34,7 +33,6 @@ with middlewares and pluggable routing.
%prep
%autosetup -n %{srcname}-%{version}
rm -rf vendor
%build
%py3_build
@ -49,9 +47,6 @@ rm -rf vendor
%{python3_sitearch}/%{srcname}/
%changelog
* Mon Aug 27 2018 Fabian Affolter <mail@fabian-affolter.ch> - 3.4.0-4
- Unbundle http-parser
* Mon Aug 27 2018 Fabian Affolter <mail@fabian-affolter.ch> - 3.4.0-3
- Fix rhbz#1622310