[python-futures] Replace python-setuptools-devel BR with python-setuptools

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 22:31:39 UTC 2014


commit fd8cd045ca4cf00770431a4267b33f4c763d09e3
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 15:31:41 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-futures.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-futures.spec b/python-futures.spec
index 9e9d677..5c91c33 100644
--- a/python-futures.spec
+++ b/python-futures.spec
@@ -5,12 +5,12 @@
 Summary:       Backport of the concurrent.futures package from Python 3.2
 Name:          python-futures
 Version:       2.1.6
-Release:       2%{?dist}
+Release:       3%{?dist}
 License:       BSD
 Group:         Development/Libraries
 URL:           http://code.google.com/p/pythonfutures/
 Source0:       http://pypi.python.org/packages/source/f/futures/futures-%{version}.tar.gz
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools
 BuildArch:     noarch
 
 %description
@@ -33,6 +33,9 @@ asynchronously executing callables.
 %{python_sitelib}/futures-*.egg-info*
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 2.1.6-3
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list