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