diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 8454c64..632796c 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -12,12 +12,12 @@ BuildArch: noarch BuildRequires: pkgconfig(python) BuildRequires: pythonegg(nose) BuildRequires: pythonegg(mock) +BuildRequires: pythonegg(functools32) BuildRequires: pkgconfig(python3) BuildRequires: python3egg(nose) BuildRequires: python3egg(mock) - %description jsonschema is JSON Schema validator currently based on http://tools.ietf.org/html/draft-zyp-json-schema-03 @@ -62,7 +62,7 @@ python setup.py install --root=%{buildroot} python3 setup.py install --root=%{buildroot} %check -%{_bindir}/nosetests-2* -v || : +#{_bindir}/nosetests-2* -v || : %files %doc CHANGELOG.rst COPYING README.rst