From a8a4d032ca885a994335f1cbdbc045f981ca1f1405685050f60ea4a08cdd7b9c Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:05:56 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flup?expand=0&rev=16 --- python-flup.changes | 5 +++++ python-flup.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-flup.changes b/python-flup.changes index 7476094..d93136a 100644 --- a/python-flup.changes +++ b/python-flup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:05:55 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Thu Dec 8 13:54:36 UTC 2011 - coolo@suse.com diff --git a/python-flup.spec b/python-flup.spec index 38edf14..8732a1c 100644 --- a/python-flup.spec +++ b/python-flup.spec @@ -1,7 +1,7 @@ # # spec file for package python-flup # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # - Name: python-flup Version: 1.0.3.dev_20110405 Release: 0 @@ -27,7 +26,7 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/f/flup/flup-1.0.3.dev-20110405.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1110