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

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 21:45:50 UTC 2014


commit 43733f0b2b41f2297cdb8df09308632e99698750
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:45:51 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-di.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-di.spec b/python-di.spec
index d382058..d6bea8a 100644
--- a/python-di.spec
+++ b/python-di.spec
@@ -5,7 +5,7 @@
 
 Name:           python-di
 Version:        0.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Python library for dependency injection support
 
 License:        GPLv2+
@@ -17,7 +17,7 @@ URL:            http://fedorapeople.org/cgit/msivak/public_git/python-di.git/
 # it will be in the dist directory
 Source0:        http://pypi.python.org/packages/source/d/di/di-%{version}.tar.gz
 
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 BuildRequires:  python-nose
 BuildRequires:  python2-devel     
 BuildArch:      noarch
@@ -52,6 +52,9 @@ rm -rf ${buildroot}%{python_sitelib}/setuptools/tests
 %doc README COPYING
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3-4
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list