1
0

- Move python-orjson from Recommends to Requires, it's a requirement

right now in the latest release.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepdiff?expand=0&rev=20
This commit is contained in:
2023-05-02 15:48:45 +00:00
committed by Git OBS Bridge
parent 16d604c2bd
commit 8be8c8053b
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 2 15:47:02 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Move python-orjson from Recommends to Requires, it's a requirement
right now in the latest release.
-------------------------------------------------------------------
Tue Feb 21 02:29:55 UTC 2023 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -37,6 +37,7 @@ BuildRequires: %{python_module toml}
#BuildRequires: %%{python_module clevercsv} # not available
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-orjson
Requires: (python-ordered-set >= 4.1.0 with python-ordered-set < 4.2)
Requires(post): update-alternatives
Requires(postun):update-alternatives
@@ -44,7 +45,6 @@ Recommends: python-PyYAML
Recommends: python-click
Recommends: python-jsonpickle
Recommends: python-numpy
Recommends: python-orjson
Recommends: python-toml
#Suggests: python-clevercsv
BuildArch: noarch