Better specifing the minumum version for runtime dependencies

i9ce
Fabio Alessandro Locati 9 years ago
parent 16fae3fbd5
commit 9748529a19

@ -47,9 +47,9 @@ and Amazon EC2.
%package -n python2-%{pypi_name}
Summary: The AWS SDK for Python
Requires: python-botocore
Requires: python-jmespath
RequireS: python-futures
Requires: python2-botocore >= 1.4.1
Requires: python2-jmespath >= 0.7.1
RequireS: python-futures >= 2.2.0
%{?python_provide:%python_provide python2-%{pypi_name}}
%{?el6:Provides: python-%{pypi_name}}
@ -62,8 +62,8 @@ and Amazon EC2.
%if 0%{?with_python3}
%package -n python3-%{pypi_name}
Summary: The AWS SDK for Python
Requires: python3-botocore
Requires: python3-jmespath
Requires: python3-botocore >= 1.4.1
Requires: python3-jmespath >= 0.7.1
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}

Loading…
Cancel
Save