- Conflict with python-jsonpatch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsondiff?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal 2018-05-14 11:25:44 +00:00 committed by Git OBS Bridge
parent 91d50c4cad
commit 67c9310d3f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 14 11:25:31 UTC 2018 - tchvatal@suse.com
- Conflict with python-jsonpatch
-------------------------------------------------------------------
Wed May 9 01:00:26 UTC 2018 - toddrme2178@gmail.com

View File

@ -29,6 +29,8 @@ BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# provides the same jsondiff binary
Conflicts: python-jsonpatch
Requires: python-setuptools
BuildArch: noarch
%python_subpackages
@ -47,7 +49,7 @@ Package to show differences between JSON and JSON-like structures in Python
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# Tests do not run in py3 and python is not much worried about that
# Tests do not run in py3 and upstream is not much worried about that
#%%python_expand nosetests-%{$python_bin_suffix}
%files %{python_files}