[python-nltk] BuildRequires: python-setuptools

cheeselee cheeselee at fedoraproject.org
Wed Dec 12 06:55:49 UTC 2012


commit b9c34b4ee40e2eda79e1ad4e3d56d28dcd6c41dd
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Wed Dec 12 14:55:35 2012 +0800

    BuildRequires:  python-setuptools

 python-nltk.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-nltk.spec b/python-nltk.spec
index a470396..7293071 100644
--- a/python-nltk.spec
+++ b/python-nltk.spec
@@ -2,7 +2,7 @@
 Name:           python-nltk
 Epoch:          1
 Version:        2.0.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Natural Language Toolkit
 
 Group:          Development/Libraries
@@ -12,6 +12,7 @@ Source0:        http://pypi.python.org/packages/source/n/%{mod_name}/%{mod_name}
 BuildArch:      noarch
 
 BuildRequires:  python2-devel >= 2.5
+BuildRequires:  python-setuptools
 BuildRequires:  PyYAML >= 3.09
 Requires:       PyYAML >= 3.09
 Requires:       numpy python-matplotlib tkinter
@@ -46,6 +47,9 @@ sed -i -e '/^#! *\//, 1d' $RPM_BUILD_ROOT%{python_sitelib}/nltk/corpus/reader/kn
 
 
 %changelog
+* Wed Dec 12 2012 Robin Lee <cheeselee at fedoraproject.org> - 1:2.0.4-2
+- BuildRequires:  python-setuptools
+
 * Wed Dec 12 2012 Robin Lee <cheeselee at fedoraproject.org> - 1:2.0.4-1
 - Update to 2.0.4
 


More information about the scm-commits mailing list