From bd220114be47affb567ce98185807f7dc3719ed1184a9a1d328310b139dc3c0d Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 31 Jul 2013 15:27:46 +0000 Subject: [PATCH] Accepting request 185210 from home:frispete:python - add python-ordereddict and python-unittest2 to 11.1 deps OBS-URL: https://build.opensuse.org/request/show/185210 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=14 --- python-Chameleon.changes | 5 +++++ python-Chameleon.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-Chameleon.changes b/python-Chameleon.changes index 272ebf8..dadf08a 100644 --- a/python-Chameleon.changes +++ b/python-Chameleon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 31 09:32:53 UTC 2013 - hpj@urpla.net + +- add python-ordereddict and python-unittest2 to 11.1 deps + ------------------------------------------------------------------- Thu Nov 22 09:39:27 UTC 2012 - toddrme2178@gmail.com diff --git a/python-Chameleon.spec b/python-Chameleon.spec index 831a123..b83490b 100644 --- a/python-Chameleon.spec +++ b/python-Chameleon.spec @@ -32,6 +32,8 @@ BuildRequires: python-distribute Requires: python-distribute %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