Fix BR to use python2-* instead of python-*

This commit is contained in:
Nick Bebout 2017-09-11 08:34:22 -05:00
parent a528502d06
commit 999397ab4b

View File

@ -8,7 +8,7 @@
Name: python-httplib2 Name: python-httplib2
Version: 0.10.3 Version: 0.10.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: A comprehensive HTTP client library Summary: A comprehensive HTTP client library
Group: System Environment/Libraries Group: System Environment/Libraries
License: MIT License: MIT
@ -28,12 +28,13 @@ Patch3: %{name}.rfc2459.patch
Patch4: python-httplib2-0.9-proxy-http.patch Patch4: python-httplib2-0.9-proxy-http.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-setuptools BuildRequires: python2-setuptools
BuildRequires: python-devel BuildRequires: python2-devel
BuildArch: noarch BuildArch: noarch
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools
%endif # if with_python3 %endif # if with_python3
%global _description\ %global _description\
@ -104,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Mon Sep 11 2017 Nick Bebout <nb@fedoraproject.org> - 0.10.3-2
- Fix BuildRequires to use python2-* instead of python-*
* Sun Sep 10 2017 Nick Bebout <nb@fedoraproject.org> - 0.10.3-1 * Sun Sep 10 2017 Nick Bebout <nb@fedoraproject.org> - 0.10.3-1
- Update to 0.10.3 - Update to 0.10.3