Accepting request 209994 from devel:languages:python

- Fixup amqp dependency version check

OBS-URL: https://build.opensuse.org/request/show/209994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=35
This commit is contained in:
Stephan Kulow 2013-12-10 16:45:27 +00:00 committed by Git OBS Bridge
commit ff0e7eb7ba
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 9 13:43:16 UTC 2013 - speilicke@suse.com
- Fixup amqp dependency version check
-------------------------------------------------------------------
Sun Dec 1 15:55:53 UTC 2013 - oliver.bengs@opensuse.org

View File

@ -72,7 +72,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 -e "s|amqp>=1.0.13,<1.1.0|amqp>=1.0.13|" requirements/default.txt kombu.egg-info/requires.txt
sed -i -e "s|amqp>=1.3.3,<2.0|amqp>=1.3.3|" requirements/default.txt kombu.egg-info/requires.txt
# NOTE(saschpe): Testsuite requires mkgpack-python < 0.2.0 because it dropped
# Python-2.5 support. This makes no sense for us, thus:
#sed -i "s/msgpack-python.*/msgpack-python/" requirements/test.txt