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:
parent
08405b4e75
commit
5342c50475
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user