From 58f28c272897784d91012d09da8f9d1ffab11801 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Thu, 11 Feb 2016 10:08:53 +0100 Subject: [PATCH] 1.2.3-2 python2 subpackage now requires python-future --- python-boto3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-boto3.spec b/python-boto3.spec index 200f59a..122e259 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -13,7 +13,7 @@ Name: python-%{pypi_name} Version: 1.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The AWS SDK for Python License: ASL 2.0 @@ -39,6 +39,7 @@ Summary: The AWS SDK for Python %{?python_provide:%python_provide python2-%{pypi_name}} Requires: python-botocore Requires: python-jmespath +RequireS: python-futures %{?python_provide:%python_provide python2-%{pypi_name}} %{?el6:Provides: python-%{pypi_name}} @@ -96,5 +97,8 @@ rm -rf %{pypi_name}.egg-info %endif # with_python3 %changelog +* Thu Feb 11 2016 Fabio Alessandro Locati - 1.2.3-2 +- Fix python2- subpackage to require python-future + * Tue Dec 29 2015 Fabio Alessandro Locati - 1.2.3-1 - Initial package.