Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-03-27 01:08:20 +02:00
parent 72e18ce714
commit 3af339b685

View File

@ -11,7 +11,7 @@
Name: python-%{pypi_name}
Version: 0.1.10
Release: 4%{?dist}
Release: 5%{?dist}
Summary: An Amazon S3 Transfer Manager
License: ASL 2.0
@ -25,17 +25,17 @@ S3transfer is a Python library for managing Amazon S3 transfers.
%package -n python2-%{pypi_name}
Summary: An Amazon S3 Transfer Manager
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: python2-setuptools
%if %{with tests}
BuildRequires: python-nose
BuildRequires: python-mock
BuildRequires: python-wheel
BuildRequires: python-futures
BuildRequires: python2-nose
BuildRequires: python2-mock
BuildRequires: python2-wheel
BuildRequires: python2-futures
BuildRequires: python2-botocore
BuildRequires: python-coverage
BuildRequires: python-unittest2
BuildRequires: python2-coverage
BuildRequires: python2-unittest2
%endif # tests
Requires: python-futures
Requires: python2-futures
Requires: python2-botocore
%{?python_provide:%python_provide python2-%{pypi_name}}
@ -103,6 +103,10 @@ nosetests-%{python3_version} --with-coverage --cover-erase --cover-package s3tra
%endif # python3
%changelog
* Mon Mar 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.1.10-5
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild