From 74c87c3c52720b61d3346fc90439380ebe14f51a0f18bdb807b4d19de3207047 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 14 Mar 2012 14:00:19 +0000 Subject: [PATCH] - Add BuildRequires python-unittest2 to fix SLE builds. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=31 --- python-kombu.changes | 5 +++++ python-kombu.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-kombu.changes b/python-kombu.changes index 9380c4f..8ec239a 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 14 13:45:07 UTC 2012 - alexandre@exatati.com.br + +- Add BuildRequires python-unittest2 to fix SLE builds. + ------------------------------------------------------------------- Wed Mar 14 13:26:04 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 1dadc1f..b79cad5 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -32,6 +32,7 @@ BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-mock BuildRequires: python-nose-cover3 +BuildRequires: python-unittest2 Requires: python-amqplib Requires: python-anyjson Requires: rabbitmq-server