From 21da42d2bc567ac174223db9cfdafb4c99bf4ca3 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 11 Dec 2017 12:35:40 +0100 Subject: [PATCH] Fix ambiguous Python 2 dependency declarations --- python-dateutil.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index a8e36f7..31f7247 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 2.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Powerful extensions to the standard datetime module @@ -12,7 +12,7 @@ URL: https://github.com/dateutil/dateutil Source0: https://github.com/dateutil/dateutil/archive/%{version}/%{modname}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-sphinx +BuildRequires: python2-sphinx %description The dateutil module provides powerful extensions to the standard datetime @@ -90,6 +90,10 @@ make -C docs html %doc docs/_build/html %changelog +* Mon Dec 11 2017 Iryna Shcherbina - 1:2.6.1-2 +- Fix ambiguous Python 2 dependency declarations + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Nov 2 2017 Haïkel Guémar - 1:2.6.1-1 - Upstream 2.6.1