Switch to systemwide copy of python-six on el7

f38
Garrett Holmstrom 9 years ago
parent 33721f912b
commit 851910d22b

@ -64,7 +64,7 @@ BuildRequires: python3-requests
Requires: python-requests
Requires: python-rsa
Requires: python-six
Requires: python-six >= 1.7
Provides: python2-boto = %{version}-%{release}
@ -104,13 +104,9 @@ cloud systems like Eucalyptus, OpenStack and Open Nebula.
%prep
%setup -q -n boto-%{version}
%if ! 0%{?el7}
# python-six-1.3.0-4.el7 is too old, causes ImportErrors
# https://bugzilla.redhat.com/show_bug.cgi?id=1185409
%patch1 -p1
%patch2 -p1
rm -r boto/vendored
%endif
cp -p %{SOURCE1} .
@ -171,6 +167,7 @@ mv $RPM_BUILD_ROOT/%{_bindir} examples
%changelog
* Fri Jan 29 2016 Garrett Holmstrom <gholms@fedoraproject.org> - 2.39.0-1
- Updated to 2.39.0 (RH #1300424)
- Switched to systemwide copy of python-six on el7
* Mon Nov 30 2015 Ryan S. Brown <sb@ryansb.com> - 2.38.0-5
- Add patch for unittest failure https://github.com/boto/boto/pull/3412

Loading…
Cancel
Save