From ded0fcd716f714c89255c9199963d3ad0226ce5d5ee788183caad3b49d10893a Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:08:49 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MiniMock?expand=0&rev=17 --- python-MiniMock.changes | 5 +++++ python-MiniMock.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-MiniMock.changes b/python-MiniMock.changes index 5ad7a9e..89488ed 100644 --- a/python-MiniMock.changes +++ b/python-MiniMock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:08:48 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Fri May 3 09:26:17 UTC 2013 - speilicke@suse.com diff --git a/python-MiniMock.spec b/python-MiniMock.spec index cce4988..16a2bf7 100644 --- a/python-MiniMock.spec +++ b/python-MiniMock.spec @@ -26,7 +26,7 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/M/MiniMock/MiniMock-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools Provides: python-minimock = %{version} Obsoletes: python-minimock < %{version} %if 0%{?suse_version} && 0%{?suse_version} <= 1110