diff --git a/python-MarkupSafe.changes b/python-MarkupSafe.changes index 1eb64f6..e9aebad 100644 --- a/python-MarkupSafe.changes +++ b/python-MarkupSafe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:08:17 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Tue Jun 25 11:56:41 UTC 2013 - dmueller@suse.com diff --git a/python-MarkupSafe.spec b/python-MarkupSafe.spec index 6a7d9e8..19d47de 100644 --- a/python-MarkupSafe.spec +++ b/python-MarkupSafe.spec @@ -26,7 +26,7 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools %if 0%{?suse_version} %py_requires %endif