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

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


commit 9d0d3f51cc9df9d0d16facc8e04ef9e71f1f1887
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 15:37:24 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-guppy.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-guppy.spec b/python-guppy.spec
index 3098257..6d0019c 100644
--- a/python-guppy.spec
+++ b/python-guppy.spec
@@ -6,7 +6,7 @@
 
 Name:		python-%{realname}
 Version:	0.1.9
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	A Python Programming Environment
 Group:		Development/Languages
 License:	MIT
@@ -18,7 +18,7 @@ Patch1:		python-guppy-0001-Work-with-big-endian-archs.patch
 Patch2:		python-guppy-0002-Preliminary-changes-to-cope-with-Python-version-2.7-.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	python-devel
-BuildRequires:	python-setuptools-devel
+BuildRequires:	python-setuptools
 Provides:	%{realname} = %{version}-%{release}
 
 
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.1.9-10
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.9-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list