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
This commit is contained in:
Todd R 2019-02-08 16:57:42 +00:00 committed by Git OBS Bridge
parent 04232172fe
commit 3c4a16620a
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 6 09:44:56 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add missing dependency six
- Remove unnecessary build dependency six
- Recommend all optional dependencies
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 6 20:35:00 UTC 2018 - jengelh@inai.de Tue Mar 6 20:35:00 UTC 2018 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-nltk # 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 # 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,7 @@
# 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 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 Source: https://files.pythonhosted.org/packages/source/n/nltk/%{pyname}-%{version}.tar.gz
BuildRequires: %{interps} BuildRequires: %{interps}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-six
Recommends: python-gensim Recommends: python-gensim
Recommends: python-matplotlib Recommends: python-matplotlib
Recommends: python-numpy Recommends: python-numpy
Recommends: python-pyparsing Recommends: python-pyparsing
Recommends: python-python-crfsuite
Recommends: python-requests Recommends: python-requests
Recommends: python-scipy Recommends: python-scipy
Recommends: python-scikit-learn
Recommends: python-twython
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages