From 00ccd391858662db1d35feef4d61d0f2461f19fd8136b3b8e59b88146b8c38dd Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:14:37 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slimit?expand=0&rev=11 --- python-slimit.changes | 5 +++++ python-slimit.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-slimit.changes b/python-slimit.changes index f06feaf..fb1d6a4 100644 --- a/python-slimit.changes +++ b/python-slimit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:14:36 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Tue Sep 10 18:37:51 UTC 2013 - os-dev@jacraig.com diff --git a/python-slimit.spec b/python-slimit.spec index a144bcd..6af503e 100644 --- a/python-slimit.spec +++ b/python-slimit.spec @@ -26,9 +26,9 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/s/slimit/slimit-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute BuildRequires: python-odict BuildRequires: python-ply >= 3.4 +BuildRequires: python-setuptools BuildRequires: unzip Requires: python-odict Requires: python-ply >= 3.4