From 74da8e7d766d8a789f2cfe27957247a4f3d830f1 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 2 Oct 2018 17:33:27 +0200 Subject: [PATCH] Reinstate python-urllib3 dependency as python-boto3 requires it. --- python-botocore.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-botocore.spec b/python-botocore.spec index 6341089..06ea235 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -15,7 +15,7 @@ Name: python-%{pypi_name} Version: 1.12.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low-level, data-driven core of boto 3 License: ASL 2.0 @@ -54,6 +54,7 @@ Requires: python2-dateutil >= 1.4 Requires: python2-dateutil >= 2.1 %endif # with fix_dateutil Requires: python2-docutils >= 0.10 +Requires: python2-urllib3 %{?el6:Provides: python-%{pypi_name}} %{?python_provide:%python_provide python2-%{pypi_name}} @@ -87,6 +88,7 @@ Requires: python3-dateutil >= 1.4 Requires: python3-dateutil >= 2.1 %endif # with fix_dateutil Requires: python3-docutils >= 0.10 +Requires: python3-urllib3 %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} @@ -164,6 +166,9 @@ nosetests-3.5 --with-coverage --cover-erase --cover-package botocore --with-xuni %endif # with docs %changelog +* Tue Oct 02 2018 Charalampos Stratakis - 1.12.15-2 +- Reinstate python-urllib3 dependency as python-boto3 requires it + * Tue Oct 02 2018 Charalampos Stratakis - 1.12.15-1 - Update to 1.12.15