15
0

Accepting request 944521 from home:bnavigator:branches:devel:languages:python

- Don't test and recommend unmaintained packages demjson and
  feedparser

OBS-URL: https://build.opensuse.org/request/show/944521
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=22
This commit is contained in:
2022-01-06 20:04:18 +00:00
committed by Git OBS Bridge
parent 8ad35ea539
commit e91286a691
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 6 19:51:47 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Don't test and recommend unmaintained packages demjson and
feedparser
-------------------------------------------------------------------
Mon Feb 15 21:52:25 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -37,7 +37,6 @@ BuildRequires: python-rpm-macros
Requires: python-importlib_metadata
%endif
Recommends: python-simplejson
Suggests: python-demjson
Suggests: python-ujson
Suggests: python-yajl
Suggests: python-numpy
@@ -53,8 +52,6 @@ BuildRequires: %{python_module simplejson}
BuildRequires: %{python_module numpy if (%python-base without python36-base)}
%if ! 0%{?_with_ringdisabled}
# Test these in a normal devel project or locally, but not when staging with Ring1
BuildRequires: %{python_module demjson}
BuildRequires: %{python_module feedparser}
BuildRequires: %{python_module ujson}
BuildRequires: %{python_module pandas if (%python-base without python36-base)}
BuildRequires: %{python_module scikit-learn if (%python-base without python36-base)}