diff --git a/python-zope.schema.changes b/python-zope.schema.changes index 70746d4..3b9e71a 100644 --- a/python-zope.schema.changes +++ b/python-zope.schema.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 20 10:50:22 UTC 2013 - speilicke@suse.com + +- Add (Build)Requires python-ordereddict for SLE_11 only + ------------------------------------------------------------------- Fri Mar 15 13:44:06 UTC 2013 - speilicke@suse.com diff --git a/python-zope.schema.spec b/python-zope.schema.spec index c6bed2d..b7db263 100644 --- a/python-zope.schema.spec +++ b/python-zope.schema.spec @@ -35,6 +35,8 @@ Requires: python-zope.event Requires: python-zope.interface >= 3.6.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 +BuildRequires: python-ordereddict +Requires: python-ordereddict %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else BuildArch: noarch