14
0

Accepting request 180563 from Cloud:OpenStack:Master

- add allow-jsonschema-3.diff

OBS-URL: https://build.opensuse.org/request/show/180563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-warlock?expand=0&rev=12
This commit is contained in:
Sascha Peilicke
2013-06-24 15:43:07 +00:00
committed by Git OBS Bridge
parent 7cdd8e771f
commit f78df4f58e
3 changed files with 13 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ License: Apache-2.0
Group: Development/Languages/Python
Url: http://github.com/bcwaldon/warlock
Source: http://pypi.python.org/packages/source/w/warlock/warlock-%{version}.tar.gz
Patch0: allow-jsonschema-3.diff
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-jsonpatch
@@ -43,6 +44,7 @@ Build self-validating python objects using JSON schemas
%prep
%setup -q -n warlock-%{version}
%patch0
sed -i "s|jsonschema>=0.7,<1|jsonschema>=0.7,<=1|" requirements.txt
%build