diff --git a/python-decorator.changes b/python-decorator.changes index a55d2f6..c42816a 100644 --- a/python-decorator.changes +++ b/python-decorator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:01:04 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Tue Jun 25 12:01:33 UTC 2013 - dmueller@suse.com diff --git a/python-decorator.spec b/python-decorator.spec index 21ddb07..e24f213 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -26,8 +26,8 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute BuildRequires: python-nose +BuildRequires: python-setuptools %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1110