[python-django-ajax-selects] Replace python-setuptools-devel BR with python-setuptools

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


commit e00d6765e9ea788f09f8ff7532baa6981fa65fff
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:50:34 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-django-ajax-selects.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-django-ajax-selects.spec b/python-django-ajax-selects.spec
index 9fdc4d7..511d45b 100644
--- a/python-django-ajax-selects.spec
+++ b/python-django-ajax-selects.spec
@@ -3,7 +3,7 @@
 
 Name:           python-django-ajax-selects
 Version:        1.3.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Enables editing of ForeignKey, ManyToMany and simple text fields
 
 Group:          Development/Languages
@@ -12,8 +12,8 @@ URL:            https://github.com/crucialfelix/django-ajax-selects
 Source:         http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz
 
 BuildArch:      noarch
-BuildRequires:  python2-devel 
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
 Requires:       python-django
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
@@ -93,6 +93,9 @@ popd
 %endif
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.3.4-5
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list