From c602a4652da27f460616cd687eb90f34fb800047885fa3136e2d08931b8754c3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 18 Apr 2023 05:00:56 +0000 Subject: [PATCH] - Use python3 modules to build the documentation. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=125 --- python38.changes | 5 +++++ python38.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python38.changes b/python38.changes index 4f501c8..2c6ceb7 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 18 05:00:11 UTC 2023 - Steve Kowalik + +- Use python3 modules to build the documentation. + ------------------------------------------------------------------- Wed Mar 1 14:43:31 UTC 2023 - Matej Cepl diff --git a/python38.spec b/python38.spec index ac69c87..1efbc7b 100644 --- a/python38.spec +++ b/python38.spec @@ -208,9 +208,9 @@ BuildRequires: mpdecimal-devel %endif %if %{with doc} %if 0%{?suse_version} > 1500 -BuildRequires: %{python_pkg_name}-Sphinx -BuildRequires: %{python_pkg_name}-python-docs-theme -BuildRequires: %{python_pkg_name}-sphinxcontrib-qthelp >= 1.0.2 +BuildRequires: python3-Sphinx +BuildRequires: python3-python-docs-theme +BuildRequires: python3-sphinxcontrib-qthelp >= 1.0.2 %endif %endif %if %{with general}