[python-jsonpatch] add runtime dep on jsonpointer

Alan Pevec apevec at fedoraproject.org
Mon Oct 14 22:07:17 UTC 2013


commit b1c1ea099f9560e1fef46f136d4a59e2655d69b2
Author: Alan Pevec <apevec at redhat.com>
Date:   Tue Oct 15 00:07:01 2013 +0200

    add runtime dep on jsonpointer

 python-jsonpatch.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec
index a430e39..a073be5 100644
--- a/python-jsonpatch.spec
+++ b/python-jsonpatch.spec
@@ -5,7 +5,7 @@
 
 Name:           python-%{pypi_name}
 Version:        1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Applying JSON Patches in Python
 
 License:        BSD
@@ -18,6 +18,7 @@ BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-jsonpointer
+Requires:       python-jsonpointer
 
 %description
 Library to apply JSON Patches according to RFC 6902.
@@ -40,6 +41,9 @@ Library to apply JSON Patches according to RFC 6902.
 %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 
 %changelog
+* Tue Oct 15 2013 Alan Pevec <apevec at gmail.com> - 1.2-2
+- add runtime dep on jsonpointer
+
 * Fri Oct 11 2013 Alan Pevec <apevec at gmail.com> - 1.2-1
 - Update to 1.2
 


More information about the scm-commits mailing list