[python-ruledispatch] Remove python-setuptools-devel dep in favour of python-setuptools

Toshio くらとみ toshio at fedoraproject.org
Tue Nov 12 21:31:20 UTC 2013


commit b6137151786d8480839ef2396e6597d1ab42d232
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Nov 12 13:31:33 2013 -0800

    Remove python-setuptools-devel dep in favour of python-setuptools

 python-ruledispatch.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-ruledispatch.spec b/python-ruledispatch.spec
index 0635314..c3f75a6 100644
--- a/python-ruledispatch.spec
+++ b/python-ruledispatch.spec
@@ -3,7 +3,7 @@
 
 Name:           python-ruledispatch
 Version:        0.5a1
-Release:        0.24.svn%{svnrev}%{?dist}
+Release:        0.25.svn%{svnrev}%{?dist}
 Summary:        A generic function package for Python
 
 Group:          Development/Languages
@@ -14,7 +14,7 @@ Patch0:         python-ruledispatch-0.5a0-py26keyword.patch
 Patch1:         python-ruledispatch-ez_setup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel python-setuptools-devel
+BuildRequires:  python-devel python-setuptools
 BuildRequires:  python-protocols >= 1.0
 BuildRequires:  python-peak-util-extremes >= 1.1
 Requires:       python-protocols >= 1.0
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/dispatch
 
 %changelog
+* Tue Nov 12 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5a1-0.25.svn
+- Remove python-setuptools-devel dep in favour of python-setuptools
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5a1-0.24.svnr2618
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list