From b77989d2517fdd5b68bd01be26fa527f2ed570e12856d68b540f2220288fb9d0 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:09:21 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=4 --- python-nltk.changes | 5 +++++ python-nltk.spec | 11 +++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/python-nltk.changes b/python-nltk.changes index 048246c..e4c1aa6 100644 --- a/python-nltk.changes +++ b/python-nltk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:09:19 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Fri Sep 23 12:29:05 UTC 2011 - saschpe@suse.de diff --git a/python-nltk.spec b/python-nltk.spec index 41d7aff..2409f4c 100644 --- a/python-nltk.spec +++ b/python-nltk.spec @@ -1,7 +1,7 @@ # -# spec file for package python-nltk (Version 2.0b8) +# spec file for package python-nltk # -# Copyright 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,6 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -27,13 +26,13 @@ Group: Development/Libraries/Python Source: http://pypi.python.org/packages/source/n/nltk/nltk-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute -BuildRequires: python-yaml +BuildRequires: python-setuptools BuildRequires: python-xml +BuildRequires: python-yaml Requires: python-numpy Requires: python-tk -Requires: python-yaml Requires: python-xml +Requires: python-yaml %if 0%{?suse_version} Recommends: python-matplotlib %py_requires