From 09c086371db7d052988c1001d4bd10c2d47e33e59a2329266a6e54e8ccac90de Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 14 Jan 2013 09:50:17 +0000 Subject: [PATCH] - 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 --- python3-kombu.changes | 8 +++++++- python3-kombu.spec | 2 -- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python3-kombu.changes b/python3-kombu.changes index 76c36b9..92da07b 100644 --- a/python3-kombu.changes +++ b/python3-kombu.changes @@ -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 \ No newline at end of file +- Fix rpmlint shebang warning for test_serialization.py diff --git a/python3-kombu.spec b/python3-kombu.spec index 60899cf..c3c2e9d 100644 --- a/python3-kombu.spec +++ b/python3-kombu.spec @@ -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