Accepting request 673158 from home:jayvdb:coala

- Remove Python 3 dependency on singledispatch

OBS-URL: https://build.opensuse.org/request/show/673158
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal 2019-02-11 08:14:51 +00:00 committed by Git OBS Bridge
parent 681ed998c4
commit 6464a76f6e
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 10 16:19:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove Python 3 dependency on singledispatch
-------------------------------------------------------------------
Sat Feb 9 16:16:11 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -34,7 +34,9 @@ BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-singledispatch
%ifpython2
Requires: python2-singledispatch
%endif
Requires: python-six
Recommends: python-gensim
Recommends: python-matplotlib