From 9748529a1913f0b369a74b3602569274870edf3b Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Sat, 28 May 2016 11:13:39 +0100 Subject: [PATCH] Better specifing the minumum version for runtime dependencies --- python-boto3.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-boto3.spec b/python-boto3.spec index 7521f57..a21f428 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -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}