diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 68b6e48..4619e8b 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:14:54 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Thu Jul 18 09:15:10 UTC 2013 - speilicke@suse.com diff --git a/python-Sphinx.spec b/python-Sphinx.spec index c767ef9..1ac8cb0 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -27,7 +27,7 @@ Source: http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version Patch0: sphinx-docutils-0.10.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools # Documentation requirements: BuildRequires: python-Jinja2 BuildRequires: python-docutils