1.2.3-2 python2 subpackage now requires python-future

i9ce
Fabio Alessandro Locati 9 years ago
parent 38258c8ade
commit 58f28c2728

@ -13,7 +13,7 @@
Name: python-%{pypi_name}
Version: 1.2.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The AWS SDK for Python
License: ASL 2.0
@ -39,6 +39,7 @@ Summary: The AWS SDK for Python
%{?python_provide:%python_provide python2-%{pypi_name}}
Requires: python-botocore
Requires: python-jmespath
RequireS: python-futures
%{?python_provide:%python_provide python2-%{pypi_name}}
%{?el6:Provides: python-%{pypi_name}}
@ -96,5 +97,8 @@ rm -rf %{pypi_name}.egg-info
%endif # with_python3
%changelog
* Thu Feb 11 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.2.3-2
- Fix python2- subpackage to require python-future
* Tue Dec 29 2015 Fabio Alessandro Locati <fabio@locati.cc> - 1.2.3-1
- Initial package.

Loading…
Cancel
Save