forked from pool/python-kombu
- Remove the upper bound on the python-amqp requirement. We have a
never one and this shouldn't be a real issue OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=66
This commit is contained in:
parent
09c086371d
commit
08405b4e75
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 15 13:08:55 UTC 2013 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Remove the upper bound on the python-amqp requirement. We have a
|
||||||
|
never one and this shouldn't be a real issue
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 11 16:05:28 UTC 2013 - p.drouand@gmail.com
|
Fri Jan 11 16:05:28 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -31,10 +31,10 @@ BuildRequires: python-mock
|
|||||||
BuildRequires: python-msgpack-python
|
BuildRequires: python-msgpack-python
|
||||||
BuildRequires: python-nose-cover3
|
BuildRequires: python-nose-cover3
|
||||||
BuildRequires: python-simplejson
|
BuildRequires: python-simplejson
|
||||||
BuildRequires: python-unittest2
|
BuildRequires: python-unittest2 >= 0.5.0
|
||||||
BuildRequires: python-PyYAML
|
BuildRequires: python-PyYAML
|
||||||
Requires: python-amqp
|
Requires: python-amqp >= 1.0.5
|
||||||
Requires: python-anyjson
|
Requires: python-anyjson >= 0.3.3
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
Requires: python-importlib
|
Requires: python-importlib
|
||||||
Requires: python-ordereddict
|
Requires: python-ordereddict
|
||||||
@ -65,6 +65,8 @@ provide proven and tested solutions to common messaging problems.
|
|||||||
%setup -q -n kombu-%{version}
|
%setup -q -n kombu-%{version}
|
||||||
# For rpmlint warning: remove shebang from python library:
|
# For rpmlint warning: remove shebang from python library:
|
||||||
sed -i '/^#!/d' ./kombu/tests/test_serialization.py
|
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
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Loading…
Reference in New Issue
Block a user