From 0db79989ed94d40cd192b96bc2edd139fa8918e4bd9bcf60308e0b6423cf7119 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:01:07 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=24 --- python-decorator.changes | 5 +++++ python-decorator.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-decorator.changes b/python-decorator.changes index a55d2f6..c42816a 100644 --- a/python-decorator.changes +++ b/python-decorator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:01:04 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Tue Jun 25 12:01:33 UTC 2013 - dmueller@suse.com diff --git a/python-decorator.spec b/python-decorator.spec index 21ddb07..e24f213 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -26,8 +26,8 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute BuildRequires: python-nose +BuildRequires: python-setuptools %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1110