From 8f84fc0837984f6beb400d7dce22f754c7263986 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Wed, 14 Oct 2015 08:30:59 +0200 Subject: [PATCH] Rebuilt for Python3.5 rebuild Add python3-setuptools to BuildRequires --- python-dateutil.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index 89ce3af..1c831d3 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -1,6 +1,6 @@ Name: python-dateutil Version: 2.4.2 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: Powerful extensions to the standard datetime module @@ -34,6 +34,7 @@ This is the version for Python 2. Summary: Powerful extensions to the standard datetime module BuildRequires: python3-devel BuildRequires: python3-six +BuildRequires: python3-setuptools Requires: tzdata Requires: python3-six @@ -83,6 +84,10 @@ make -C docs html %doc docs/_build/html %changelog +* Wed Oct 14 2015 Robert Kuska - 1:2.4.2-3 +- Rebuilt for Python3.5 rebuild +- Add BuildRequires: python3-setuptools + * Thu Jun 18 2015 Fedora Release Engineering - 1:2.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild