- Drop build requires on python3-2to3, it's in python3-devel now

- Don't require "python(abi)", RPM does that automatically
- Fix rpmlint shebang warning for test_serialization.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=65
This commit is contained in:
Sascha Peilicke 2013-01-14 09:50:17 +00:00 committed by Git OBS Bridge
parent 4877ed8757
commit 09c086371d
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,11 @@
-------------------------------------------------------------------
Mon Jan 14 09:48:21 UTC 2013 - saschpe@suse.de
- Drop build requires on python3-2to3, it's in python3-devel now
- Don't require "python(abi)", RPM does that automatically
-------------------------------------------------------------------
Fri Jan 11 16:05:41 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
- Fix rpmlint shebang warning for test_serialization.py
- Fix rpmlint shebang warning for test_serialization.py

View File

@ -24,7 +24,6 @@ Url: http://github.com/ask/kombu/
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
BuildRequires: python3
BuildRequires: python3-2to3
BuildRequires: python3-devel
BuildRequires: python3-distribute
BuildRequires: python3-amqplib
@ -35,7 +34,6 @@ BuildRequires: python3-nose-cover3
BuildRequires: python3-simplejson
BuildRequires: python3-unittest2
BuildRequires: python3-PyYAML
Requires: python(abi) = %{py3_ver}
Requires: python3-amqp
Requires: python3-anyjson
Suggests: couchdb