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

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


commit ddf5ca696f80f08e3f73caf3c120bf341754c228
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 16:08:15 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-oauth.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-oauth.spec b/python-oauth.spec
index 09b99fd..42fca51 100644
--- a/python-oauth.spec
+++ b/python-oauth.spec
@@ -2,7 +2,7 @@
 
 Name:           python-oauth
 Version:        1.0.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Library for OAuth version 1.0a
 
 Group:          Development/Languages
@@ -12,7 +12,7 @@ Source0:        http://pypi.python.org/packages/source/o/oauth/oauth-%{version}.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools-devel
+BuildRequires:  python-devel python-setuptools
 
 %description
 Library for OAuth version 1.0a.
@@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.1-9
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list