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

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


commit 0c4690c71da7e89734c9614c6cdbbd175726d266
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 16:39:13 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-scripttest.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-scripttest.spec b/python-scripttest.spec
index ffe5426..aff8579 100644
--- a/python-scripttest.spec
+++ b/python-scripttest.spec
@@ -4,7 +4,7 @@
 
 Name:           python-scripttest
 Version:        1.0.4
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Helper to test command-line scripts
 
 Group:          Development/Languages
@@ -18,7 +18,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires: python-devel
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools
 BuildRequires: python-sphinx
 BuildRequires: python-nose
 
@@ -67,6 +67,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.4-10
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.4-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list