Better specifing the minumum version for runtime dependencies
This commit is contained in:
parent
16fae3fbd5
commit
9748529a19
@ -47,9 +47,9 @@ and Amazon EC2.
|
|||||||
|
|
||||||
%package -n python2-%{pypi_name}
|
%package -n python2-%{pypi_name}
|
||||||
Summary: The AWS SDK for Python
|
Summary: The AWS SDK for Python
|
||||||
Requires: python-botocore
|
Requires: python2-botocore >= 1.4.1
|
||||||
Requires: python-jmespath
|
Requires: python2-jmespath >= 0.7.1
|
||||||
RequireS: python-futures
|
RequireS: python-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}}
|
||||||
|
|
||||||
@ -62,8 +62,8 @@ and Amazon EC2.
|
|||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%package -n python3-%{pypi_name}
|
%package -n python3-%{pypi_name}
|
||||||
Summary: The AWS SDK for Python
|
Summary: The AWS SDK for Python
|
||||||
Requires: python3-botocore
|
Requires: python3-botocore >= 1.4.1
|
||||||
Requires: python3-jmespath
|
Requires: python3-jmespath >= 0.7.1
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||||
|
|
||||||
%description -n python3-%{pypi_name}
|
%description -n python3-%{pypi_name}
|
||||||
|
Loading…
Reference in New Issue
Block a user