diff --git a/python-falcon.changes b/python-falcon.changes index a3baba0..2fbe555 100644 --- a/python-falcon.changes +++ b/python-falcon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 9 09:22:07 UTC 2013 - speilicke@suse.com + +- Add python-ordereddict test build requirement for SLE_11_SP3 + ------------------------------------------------------------------- Mon Sep 9 08:24:35 UTC 2013 - speilicke@suse.com diff --git a/python-falcon.spec b/python-falcon.spec index 05607fc..9c4f3d0 100644 --- a/python-falcon.spec +++ b/python-falcon.spec @@ -27,6 +27,9 @@ BuildRequires: python-devel BuildRequires: python-Cython # Test requirements: BuildRequires: python-nose +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +BuildRequires: python-ordereddict +%endif BuildRequires: python-six BuildRequires: python-testtools Requires: python-six