From 95c817af995207bfcc2e89d0f8e5fc7dab07f941cea6bf9ff5e80cb40f3cc7cf Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:17:47 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zdaemon?expand=0&rev=15 --- python-zdaemon.changes | 5 +++++ python-zdaemon.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-zdaemon.changes b/python-zdaemon.changes index 8cd528f..e4baf8b 100644 --- a/python-zdaemon.changes +++ b/python-zdaemon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:17:46 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Tue Apr 16 11:59:54 UTC 2013 - p.drouand@gmail.com diff --git a/python-zdaemon.spec b/python-zdaemon.spec index c09b063..e593609 100644 --- a/python-zdaemon.spec +++ b/python-zdaemon.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define modname zdaemon Name: python-zdaemon @@ -28,7 +29,7 @@ Source: https://pypi.python.org/packages/source/z/zdaemon/%{modname}-%{v BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRequires: unzip BuildArch: noarch