add runtime dep on jsonpointer
This commit is contained in:
parent
f7bd7f00eb
commit
b1c1ea099f
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Applying JSON Patches in Python
|
Summary: Applying JSON Patches in Python
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -18,6 +18,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: python-jsonpointer
|
BuildRequires: python-jsonpointer
|
||||||
|
Requires: python-jsonpointer
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Library to apply JSON Patches according to RFC 6902.
|
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
|
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 15 2013 Alan Pevec <apevec@gmail.com> - 1.2-2
|
||||||
|
- add runtime dep on jsonpointer
|
||||||
|
|
||||||
* Fri Oct 11 2013 Alan Pevec <apevec@gmail.com> - 1.2-1
|
* Fri Oct 11 2013 Alan Pevec <apevec@gmail.com> - 1.2-1
|
||||||
- Update to 1.2
|
- Update to 1.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user