From d1d028c0b765dc9bc9882d509d8576107e0a46f6 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Sat, 28 May 2016 11:46:17 +0100 Subject: [PATCH] Remove old python-requests dependency and put minimum version for runtime dependency --- python-botocore.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/python-botocore.spec b/python-botocore.spec index fc24cda..8b2aeff 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -75,10 +75,9 @@ botocore package is the foundation for the AWS CLI as well as boto3. %package -n python2-%{pypi_name} Summary: Low-level, data-driven core of boto 3 -Requires: python-jmespath -Requires: python-dateutil -Requires: python-docutils -Requires: python-requests +Requires: python-jmespath >= 0.7.1 +Requires: python-dateutil >= 2.1 +Requires: python-docutils >= 0.10 %{?el6:Provides: python-%{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} %package -n python3-%{pypi_name} Summary: Low-level, data-driven core of boto 3 -Requires: python3-jmespath -Requires: python3-dateutil -Requires: python3-docutils -Requires: python3-requests +Requires: python3-jmespath >= 0.7.1 +Requires: python3-dateutil >= 2.1 +Requires: python3-docutils >= 0.10 %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name}