diff --git a/python-jsonschema.changes b/python-jsonschema.changes index a5eb37c..bbf0394 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 27 10:19:13 UTC 2012 - saschpe@suse.de + +- Add BuildRequires: python-unittest2 for SLE-11-SP2 + ------------------------------------------------------------------- Thu Jul 26 13:54:29 UTC 2012 - saschpe@suse.de diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 4974ab8..0c54266 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -24,6 +24,8 @@ Url: http://github.com/Julian/jsonschema Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz BuildRequires: python-devel +# This is needed for SLE-11-SP2: +BuildRequires: python-unittest2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}