From 5e70b993b021333c9ca79fe092b1f0462c7c24ec719c9d0fba2d88f76ea57b0a Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 8 Aug 2017 06:29:51 +0000 Subject: [PATCH] - Fix Requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=26 --- python-jsonpatch.changes | 5 +++++ python-jsonpatch.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jsonpatch.changes b/python-jsonpatch.changes index 44c4f81..2323ce4 100644 --- a/python-jsonpatch.changes +++ b/python-jsonpatch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 8 06:27:14 UTC 2017 - tbechtold@suse.com + +- Fix Requires + ------------------------------------------------------------------- Fri Jul 28 14:43:04 UTC 2017 - darin@darins.net diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 03dd7ce..6e3301f 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros %if %{with test} BuildRequires: %{python_module jsonpointer >= 1.9} %endif -Requires: %{python_module jsonpointer >= 1.9} +Requires: python-jsonpointer >= 1.9 Requires(post): update-alternatives Requires(preun): update-alternatives BuildRoot: %{_tmppath}/%{name}-%{version}-build