[packages/python-more_itertools] - switched doc to python2, so python3 is not involved here

qboosh qboosh at pld-linux.org
Sun Mar 6 18:53:13 CET 2022


commit 0034c1df5d2cad013c850ecc66a3fde14637cf06
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 6 18:55:14 2022 +0100

    - switched doc to python2, so python3 is not involved here

 python-more_itertools.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-more_itertools.spec b/python-more_itertools.spec
index c933bcb..2f02414 100644
--- a/python-more_itertools.spec
+++ b/python-more_itertools.spec
@@ -34,8 +34,8 @@ BuildRequires:	python3-six >= 1.0.0
 %endif
 %endif
 %if %{with doc}
-BuildRequires:	python3-sphinx_rtd_theme
-BuildRequires:	sphinx-pdg-3
+BuildRequires:	python-sphinx_rtd_theme
+BuildRequires:	sphinx-pdg-2
 %endif
 Requires:	python-modules >= 1:2.7
 BuildArch:	noarch
@@ -96,7 +96,7 @@ Dokumentacja API modułu Pythona more-itertools.
 
 %if %{with doc}
 %{__make} -C docs html \
-	SPHINXBUILD=sphinx-build-3
+	SPHINXBUILD=sphinx-build-2
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-more_itertools.git/commitdiff/0034c1df5d2cad013c850ecc66a3fde14637cf06



More information about the pld-cvs-commit mailing list