From c4515bb88958283b23a522a81f482a2f159cfa81230b8e978a06a4db7e270362 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 10:59:41 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=83 --- python-celery.changes | 5 +++++ python-celery.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-celery.changes b/python-celery.changes index 5de044c..350293b 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 10:59:40 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Wed Sep 25 19:03:47 UTC 2013 - p.drouand@gmail.com diff --git a/python-celery.spec b/python-celery.spec index fd1064c..60fd701 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -30,13 +30,13 @@ BuildRequires: python-cl BuildRequires: python-curses BuildRequires: python-dateutil BuildRequires: python-devel -BuildRequires: python-distribute BuildRequires: python-eventlet BuildRequires: python-gevent BuildRequires: python-kombu >= 2.5.10 BuildRequires: python-mock BuildRequires: python-nose-cover3 BuildRequires: python-pyOpenSSL +BuildRequires: python-setuptools %if 0%{?suse_version} == 1110 BuildRequires: python-importlib BuildRequires: python-ordereddict