]> git.pld-linux.org Git - packages/python-gevent.git/commitdiff
- force python3 sphinx auto/th/python-gevent-1.4.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 Jan 2020 18:43:55 +0000 (19:43 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 Jan 2020 18:43:55 +0000 (19:43 +0100)
python-gevent.spec

index 98d3b5f2af4952a4c748158890b0b87a51a73217..479996bfde5ec9e618edfc6ff28d99159bd645f4 100644 (file)
@@ -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
This page took 0.117172 seconds and 4 git commands to generate.