[packages/python-psutil] Use sphinx-build-3
arekm
arekm at pld-linux.org
Tue Feb 25 10:40:01 CET 2025
commit 316bafad350af47e8a2f21b691f5d48f2661438b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Feb 25 09:32:38 2025 +0100
Use sphinx-build-3
python-psutil.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-psutil.spec b/python-psutil.spec
index 3747674..a2f503b 100644
--- a/python-psutil.spec
+++ b/python-psutil.spec
@@ -12,7 +12,7 @@ Summary: A cross-platform process and system utilities module for Python
Summary(pl.UTF-8): Wieloplatformowe narzędzia do procesów i systemu dla Pythona
Name: python-%{module}
Version: 6.1.1
-Release: 2
+Release: 3
License: BSD
Group: Development/Languages/Python
#Source0Download: https://pypi.org/simple/psutil/
@@ -36,6 +36,9 @@ BuildRequires: python-unittest2
BuildRequires: python3-devel >= 1:3.6
BuildRequires: python3-modules >= 1:3.6
%endif
+%if %{with doc}
+BuildRequires: sphinx-pdg
+%endif
Requires: python-modules >= 1:2.7
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -116,7 +119,7 @@ cd ../..
%if %{with doc}
%{__make} -C docs html \
- SPHINXBUILD=sphinx-build-2
+ SPHINXBUILD=sphinx-build-3
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-psutil.git/commitdiff/316bafad350af47e8a2f21b691f5d48f2661438b
More information about the pld-cvs-commit
mailing list