diff --git a/python-mechanize.changes b/python-mechanize.changes index 16392ab..f3958ce 100644 --- a/python-mechanize.changes +++ b/python-mechanize.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:08:33 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Mon Mar 12 21:51:45 UTC 2012 - saschpe@gmx.de diff --git a/python-mechanize.spec b/python-mechanize.spec index d123272..88f0da7 100644 --- a/python-mechanize.spec +++ b/python-mechanize.spec @@ -1,7 +1,7 @@ # # spec file for package python-mechanize # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Group: Development/Libraries/Python Source: mechanize-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools Requires: python-beautifulsoup Requires: python-clientform %if 0%{?suse_version} && 0%{?suse_version} <= 1110