- 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:
parent
4877ed8757
commit
09c086371d
@ -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
|
Fri Jan 11 16:05:41 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
- Initial python3 support
|
- Initial python3 support
|
||||||
- Fix rpmlint shebang warning for test_serialization.py
|
- Fix rpmlint shebang warning for test_serialization.py
|
||||||
|
@ -24,7 +24,6 @@ Url: http://github.com/ask/kombu/
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-2to3
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-distribute
|
BuildRequires: python3-distribute
|
||||||
BuildRequires: python3-amqplib
|
BuildRequires: python3-amqplib
|
||||||
@ -35,7 +34,6 @@ BuildRequires: python3-nose-cover3
|
|||||||
BuildRequires: python3-simplejson
|
BuildRequires: python3-simplejson
|
||||||
BuildRequires: python3-unittest2
|
BuildRequires: python3-unittest2
|
||||||
BuildRequires: python3-PyYAML
|
BuildRequires: python3-PyYAML
|
||||||
Requires: python(abi) = %{py3_ver}
|
|
||||||
Requires: python3-amqp
|
Requires: python3-amqp
|
||||||
Requires: python3-anyjson
|
Requires: python3-anyjson
|
||||||
Suggests: couchdb
|
Suggests: couchdb
|
||||||
|
Loading…
Reference in New Issue
Block a user