diff --git a/python-boto.spec b/python-boto.spec index c76a487..830f828 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -37,9 +37,11 @@ Patch1: boto-2.37.0-devendor.patch BuildRequires: python2-devel BuildRequires: python-setuptools +BuildRequires: python-six %if %{with python3} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-six %endif # with python3 %if %{with unittests} @@ -179,6 +181,7 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/* %changelog * Fri Apr 10 2015 Garrett Holmstrom - 2.38.0-1 - Updated to 2.38.0 +- Added BuildRequires for python-six * Wed Apr 8 2015 Garrett Holmstrom - 2.37.0-1 - Updated to 2.37.0 (RH #1180861)