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

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


commit deb333f02e55db007432792940852f094258eae4
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:01:26 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 pycolumnize.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pycolumnize.spec b/pycolumnize.spec
index a3fbafa..c077ace 100644
--- a/pycolumnize.spec
+++ b/pycolumnize.spec
@@ -1,7 +1,7 @@
 
 Name:           pycolumnize
 Version:        0.3.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Python module to align in columns a simple list
 
 Group:          Development/Languages
@@ -10,7 +10,7 @@ URL:            http://code.google.com/p/pycolumnize/
 Source0:        http://pycolumnize.googlecode.com/files/columnize-%{version}.tar.gz
 
 BuildArch:      noarch
-BuildRequires:  python-devel, python-setuptools-devel
+BuildRequires:  python-devel, python-setuptools
 
 %description
 A Python module to format a simple (i.e. not nested) list into aligned columns.
@@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.3-7
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.3-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list