From 5342c504757de274960866048605e53bfe2c3c2a8329d5bc8b240d8dcafa541d Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Tue, 15 Jan 2013 16:22:23 +0000 Subject: [PATCH] Accepting request 148608 from Cloud:OpenStack:Master - fix python-amqp requirement so that openstack unit tests pass OBS-URL: https://build.opensuse.org/request/show/148608 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=67 --- python-kombu.changes | 5 +++++ python-kombu.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-kombu.changes b/python-kombu.changes index 6a1ca9a..4ef777c 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 15 16:17:09 UTC 2013 - dmueller@suse.com + +- fix python-amqp requirement so that openstack unit tests pass + ------------------------------------------------------------------- Tue Jan 15 13:08:55 UTC 2013 - saschpe@suse.de diff --git a/python-kombu.spec b/python-kombu.spec index a9493a1..b353499 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -66,7 +66,7 @@ provide proven and tested solutions to common messaging problems. # For rpmlint warning: remove shebang from python library: sed -i '/^#!/d' ./kombu/tests/test_serialization.py # NOTE(saschpe): We have a newer python-amqp, but this shouldn't be an issue: -sed -i "s|amqp>=1.0.5,<1.1.0|amqp>=1.0.5|" requirements/default.txt +sed -i -e "s|amqp>=1.0.5,<1.1.0|amqp>=1.0.5|" requirements/default.txt kombu.egg-info/requires.txt %build python setup.py build