Update Python 2 dependency declarations to new packaging standards

i9ce
Iryna Shcherbina 7 years ago
parent 10f15b2856
commit 17dc77d821

@ -8,7 +8,7 @@
Name: python-%{pypi_name}
Version: 1.6.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The AWS SDK for Python
License: ASL 2.0
@ -26,18 +26,18 @@ and Amazon EC2.
Summary: The AWS SDK for Python
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: python-nose
BuildRequires: python-mock
BuildRequires: python-wheel
BuildRequires: python2-setuptools
BuildRequires: python2-nose
BuildRequires: python2-mock
BuildRequires: python2-wheel
BuildRequires: python2-botocore
BuildRequires: python2-jmespath
BuildRequires: python-futures
BuildRequires: python2-futures
BuildRequires: python2-s3transfer
Requires: python2-botocore >= 1.5.0
Requires: python2-jmespath >= 0.7.1
Requires: python2-s3transfer >= 0.1.10
RequireS: python-futures >= 2.2.0
RequireS: python2-futures >= 2.2.0
%{?python_provide:%python_provide python2-%{pypi_name}}
%{?el6:Provides: python-%{pypi_name}}
@ -111,6 +111,10 @@ rm -rf tests/integration
%endif # with python3
%changelog
* Tue Mar 13 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.6.1-2
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Wed Feb 28 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.6.1-1
- Update to 1.6.1

Loading…
Cancel
Save