Fix BR to use python2-* instead of python-*
This commit is contained in:
parent
a528502d06
commit
999397ab4b
@ -8,7 +8,7 @@
|
||||
|
||||
Name: python-httplib2
|
||||
Version: 0.10.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A comprehensive HTTP client library
|
||||
Group: System Environment/Libraries
|
||||
License: MIT
|
||||
@ -28,12 +28,13 @@ Patch3: %{name}.rfc2459.patch
|
||||
Patch4: python-httplib2-0.9-proxy-http.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-devel
|
||||
BuildArch: noarch
|
||||
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%endif # if with_python3
|
||||
|
||||
%global _description\
|
||||
@ -104,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif # with_python3
|
||||
|
||||
%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
|
||||
- Update to 0.10.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user