From f70a3ba0d156134e14d9ae5b1f00f6625ce8b91a7a039cb41f6f45619d1910e8 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 9 Sep 2013 09:18:35 +0000 Subject: [PATCH] - Add python-ordereddict test build requirement for SLE_11_SP3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=2 --- python-falcon.changes | 5 +++++ python-falcon.spec | 3 +++ 2 files changed, 8 insertions(+) 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