From b892a908787477577db9768c983a73ac757c12f81d918f47c8c7e6330cb3396d Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:05:38 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=31 --- python-feedparser.changes | 5 +++++ python-feedparser.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-feedparser.changes b/python-feedparser.changes index 972b709..49b7e65 100644 --- a/python-feedparser.changes +++ b/python-feedparser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:05:37 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Sun Mar 3 05:01:07 UTC 2013 - arun@gmx.de diff --git a/python-feedparser.spec b/python-feedparser.spec index 4b233c3..f3759b6 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -26,7 +26,7 @@ Url: http://sourceforge.net/projects/feedparser/ Source: feedparser-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRequires: python-xml Requires: python-xml %if 0%{?suse_version} && 0%{?suse_version} <= 1110