Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
10f15b2856
commit
17dc77d821
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The AWS SDK for Python
|
Summary: The AWS SDK for Python
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -26,18 +26,18 @@ and Amazon EC2.
|
|||||||
Summary: The AWS SDK for Python
|
Summary: The AWS SDK for Python
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python-nose
|
BuildRequires: python2-nose
|
||||||
BuildRequires: python-mock
|
BuildRequires: python2-mock
|
||||||
BuildRequires: python-wheel
|
BuildRequires: python2-wheel
|
||||||
BuildRequires: python2-botocore
|
BuildRequires: python2-botocore
|
||||||
BuildRequires: python2-jmespath
|
BuildRequires: python2-jmespath
|
||||||
BuildRequires: python-futures
|
BuildRequires: python2-futures
|
||||||
BuildRequires: python2-s3transfer
|
BuildRequires: python2-s3transfer
|
||||||
Requires: python2-botocore >= 1.5.0
|
Requires: python2-botocore >= 1.5.0
|
||||||
Requires: python2-jmespath >= 0.7.1
|
Requires: python2-jmespath >= 0.7.1
|
||||||
Requires: python2-s3transfer >= 0.1.10
|
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}}
|
%{?python_provide:%python_provide python2-%{pypi_name}}
|
||||||
%{?el6:Provides: python-%{pypi_name}}
|
%{?el6:Provides: python-%{pypi_name}}
|
||||||
|
|
||||||
@ -111,6 +111,10 @@ rm -rf tests/integration
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 28 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.6.1-1
|
||||||
- Update to 1.6.1
|
- Update to 1.6.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user