- 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
This commit is contained in:
Sascha Peilicke 2013-10-24 11:09:21 +00:00 committed by Git OBS Bridge
parent fa205a413e
commit b77989d251
2 changed files with 10 additions and 6 deletions

View File

@ -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 Fri Sep 23 12:29:05 UTC 2011 - saschpe@suse.de

View File

@ -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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # 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 Source: http://pypi.python.org/packages/source/n/nltk/nltk-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-distribute BuildRequires: python-setuptools
BuildRequires: python-yaml
BuildRequires: python-xml BuildRequires: python-xml
BuildRequires: python-yaml
Requires: python-numpy Requires: python-numpy
Requires: python-tk Requires: python-tk
Requires: python-yaml
Requires: python-xml Requires: python-xml
Requires: python-yaml
%if 0%{?suse_version} %if 0%{?suse_version}
Recommends: python-matplotlib Recommends: python-matplotlib
%py_requires %py_requires