[packages/python-gevent] - force python3 sphinx

qboosh qboosh at pld-linux.org
Mon Jan 6 19:43:57 CET 2020


commit 79a906e79aeafa8c2a09396b91fe9ce766eacb74
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Jan 6 19:43:55 2020 +0100

    - force python3 sphinx

 python-gevent.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-gevent.spec b/python-gevent.spec
index 98d3b5f..479996b 100644
--- a/python-gevent.spec
+++ b/python-gevent.spec
@@ -74,7 +74,7 @@ BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.714
 %if %{with doc}
 BuildRequires:	python3-repoze.sphinx.autointerface
-BuildRequires:	sphinx-pdg
+BuildRequires:	sphinx-pdg-3
 %endif
 %{?with_system_libev:Requires:	libev >= 4.23}
 Requires:	python-greenlet >= 0.4.15
@@ -177,9 +177,9 @@ PYTHONPATH=$(echo $PWD/build-3/lib.*) \
 %endif
 
 %if %{with doc}
-PYTHONPATH=$(echo $PWD/build-2/lib.*) \
+PYTHONPATH=$(echo $PWD/build-3/lib.*) \
 %{__make} -C doc html \
-	SPHINXBUILD=sphinx-build-2
+	SPHINXBUILD=sphinx-build-3
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-gevent.git/commitdiff/79a906e79aeafa8c2a09396b91fe9ce766eacb74



More information about the pld-cvs-commit mailing list