From 26fa1b41ee42f35b07f12fc7a5c466b5928dfeb1a26ff1e36f59a283afd89210 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 20 Feb 2012 09:30:22 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=19 --- python-feedparser.changes | 3 --- python-feedparser.spec | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/python-feedparser.changes b/python-feedparser.changes index a4e2705..b356f57 100644 --- a/python-feedparser.changes +++ b/python-feedparser.changes @@ -1,9 +1,6 @@ ------------------------------------------------------------------- Sun Feb 19 20:37:04 UTC 2012 - saschpe@gmx.de -- Remove previously added dependency on python-distribute, RPM can't handle - updates from files to directores and vice versa (egg-info created by - distutils vs. setuptools) - Remove outdated %clean section, no CFLAGS for noarch package ------------------------------------------------------------------- diff --git a/python-feedparser.spec b/python-feedparser.spec index 65c3d0e..9ccdd2c 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -26,6 +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-xml Requires: python-xml %if 0%{?suse_version} && 0%{?suse_version} <= 1110