From 2f717976c9f903e980c5242a1b77636967a8c3138403690858d62d78d89a05fb Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:14:56 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=39 --- python-Sphinx.changes | 5 +++++ python-Sphinx.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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