15
0

Accepting request 944522 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/944522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonpickle?expand=0&rev=9
This commit is contained in:
2022-01-08 22:23:04 +00:00
committed by Git OBS Bridge
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)}