From 3c4a16620ad8752c16d2b0fdc9168c943c82c96b94994382b13dd4bd8ffce26f Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 8 Feb 2019 16:57:42 +0000 Subject: [PATCH] Accepting request 672086 from home:jayvdb:branches:devel:languages:python - Add missing dependency six - Remove unnecessary build dependency six - Recommend all optional dependencies OBS-URL: https://build.opensuse.org/request/show/672086 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=16 --- python-nltk.changes | 7 +++++++ python-nltk.spec | 9 ++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/python-nltk.changes b/python-nltk.changes index fc3319c..aa55c31 100644 --- a/python-nltk.changes +++ b/python-nltk.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 6 09:44:56 UTC 2019 - John Vandenberg + +- Add missing dependency six +- Remove unnecessary build dependency six +- Recommend all optional dependencies + ------------------------------------------------------------------- Tue Mar 6 20:35:00 UTC 2018 - jengelh@inai.de diff --git a/python-nltk.spec b/python-nltk.spec index 3f946b4..8da3873 100644 --- a/python-nltk.spec +++ b/python-nltk.spec @@ -1,7 +1,7 @@ # # spec file for package python-nltk # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX 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,7 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -30,15 +30,18 @@ Url: http://nltk.org/ Source: https://files.pythonhosted.org/packages/source/n/nltk/%{pyname}-%{version}.tar.gz BuildRequires: %{interps} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-six Recommends: python-gensim Recommends: python-matplotlib Recommends: python-numpy Recommends: python-pyparsing +Recommends: python-python-crfsuite Recommends: python-requests Recommends: python-scipy +Recommends: python-scikit-learn +Recommends: python-twython BuildArch: noarch %python_subpackages