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

qboosh qboosh at pld-linux.org
Thu Mar 3 20:46:36 CET 2022


commit f02432f9fc456715f121708bf96e56961331d20b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Mar 3 20:48:31 2022 +0100

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

 python-setuptools.spec | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/python-setuptools.spec b/python-setuptools.spec
index b0eae60..a1940e6 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -87,11 +87,11 @@ BuildRequires:	python3-wheel
 %endif
 %endif
 %if %{with apidocs}
-BuildRequires:	python3-jaraco
-BuildRequires:	python3-jaraco.packaging >= 6.1
-BuildRequires:	python3-rst.linker >= 1.9
-BuildRequires:	python3-setuptools >= 1:34
-BuildRequires:	sphinx-pdg-3 >= 1.4
+BuildRequires:	python-jaraco
+BuildRequires:	python-jaraco.packaging >= 6.1
+BuildRequires:	python-rst.linker >= 1.9
+BuildRequires:	python-setuptools >= 1:34
+BuildRequires:	sphinx-pdg-2 >= 1.4
 %endif
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.714
@@ -199,7 +199,8 @@ LC_ALL=C.UTF-8 \
 %endif
 
 %if %{with apidocs}
-%{__make} -C docs html SPHINXBUILD=sphinx-build-3
+%{__make} -C docs html \
+	SPHINXBUILD=sphinx-build-2
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-setuptools.git/commitdiff/f02432f9fc456715f121708bf96e56961331d20b



More information about the pld-cvs-commit mailing list