Remove old python-requests dependency and put minimum version for runtime dependency
This commit is contained in:
parent
cc4f80d6f9
commit
d1d028c0b7
@ -75,10 +75,9 @@ botocore package is the foundation for the AWS CLI as well as boto3.
|
|||||||
|
|
||||||
%package -n python2-%{pypi_name}
|
%package -n python2-%{pypi_name}
|
||||||
Summary: Low-level, data-driven core of boto 3
|
Summary: Low-level, data-driven core of boto 3
|
||||||
Requires: python-jmespath
|
Requires: python-jmespath >= 0.7.1
|
||||||
Requires: python-dateutil
|
Requires: python-dateutil >= 2.1
|
||||||
Requires: python-docutils
|
Requires: python-docutils >= 0.10
|
||||||
Requires: python-requests
|
|
||||||
%{?el6:Provides: python-%{pypi_name}}
|
%{?el6:Provides: python-%{pypi_name}}
|
||||||
%{?python_provide:%python_provide python2-%{pypi_name}}
|
%{?python_provide:%python_provide python2-%{pypi_name}}
|
||||||
|
|
||||||
@ -89,10 +88,9 @@ botocore package is the foundation for the AWS CLI as well as boto3.
|
|||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%package -n python3-%{pypi_name}
|
%package -n python3-%{pypi_name}
|
||||||
Summary: Low-level, data-driven core of boto 3
|
Summary: Low-level, data-driven core of boto 3
|
||||||
Requires: python3-jmespath
|
Requires: python3-jmespath >= 0.7.1
|
||||||
Requires: python3-dateutil
|
Requires: python3-dateutil >= 2.1
|
||||||
Requires: python3-docutils
|
Requires: python3-docutils >= 0.10
|
||||||
Requires: python3-requests
|
|
||||||
%{?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