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
This commit is contained in:
Alexandre Rogoski 2013-01-15 16:22:23 +00:00 committed by Git OBS Bridge
parent 08405b4e75
commit 5342c50475
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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