From c0f2655c6ac5316ad80be9f4795f6062d0130097883dcb71fdd7461c5b9df4f8 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 31 Jul 2013 15:28:06 +0000 Subject: [PATCH] Accepting request 185209 from home:frispete:python - add python-unittest2 and python-ordereddict deps for 11.1 OBS-URL: https://build.opensuse.org/request/show/185209 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=10 --- python-pyramid.changes | 5 +++++ python-pyramid.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-pyramid.changes b/python-pyramid.changes index ef14423..2a12981 100644 --- a/python-pyramid.changes +++ b/python-pyramid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 31 13:46:28 UTC 2013 - hpj@urpla.net + +- add python-unittest2 and python-ordereddict deps for 11.1 + ------------------------------------------------------------------- Tue Jul 30 22:03:34 UTC 2013 - hpj@urpla.net diff --git a/python-pyramid.spec b/python-pyramid.spec index 83e05e3..7dbc7c1 100644 --- a/python-pyramid.spec +++ b/python-pyramid.spec @@ -60,6 +60,8 @@ 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()")} +BuildRequires: python-ordereddict +BuildRequires: python-unittest2 %else BuildArch: noarch %endif