[packages/python-zope.exceptions] - use python2/Sphinx 1.x for docs
qboosh
qboosh at pld-linux.org
Mon Apr 21 20:12:33 CEST 2025
commit cc8f006d78dc3ae8a299454742ced06cc96c8f78
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Apr 21 19:58:00 2025 +0200
- use python2/Sphinx 1.x for docs
python-zope.exceptions.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-zope.exceptions.spec b/python-zope.exceptions.spec
index 4e5b229..6fba59c 100644
--- a/python-zope.exceptions.spec
+++ b/python-zope.exceptions.spec
@@ -37,8 +37,8 @@ BuildRequires: python3-zope.testrunner
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
%if %{with doc}
-BuildRequires: sphinx-pdg-3
-BuildRequires: python3-repoze.sphinx.autointerface
+BuildRequires: sphinx-pdg-2
+BuildRequires: python-repoze.sphinx.autointerface
%endif
Requires: python-modules >= 1:2.7
Requires: python-zope-base
@@ -107,7 +107,7 @@ Dokumentacja API modułu Pythona zope.exceptions.
%if %{with doc}
PYTHONPATH=$(pwd)/src \
%{__make} -C docs html \
- SPHINXBUILD=sphinx-build
+ SPHINXBUILD=sphinx-build-2
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-zope.exceptions.git/commitdiff/cc8f006d78dc3ae8a299454742ced06cc96c8f78
More information about the pld-cvs-commit
mailing list