From 1fb9f9d47eb3d99a50b85d51f7f57e4aae239061b282cd02d811bf3000076d5d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 2 Aug 2021 12:39:29 +0000 Subject: [PATCH] - Use versioned python-Sphinx to avoid dependency on other version of Python (bsc#1183858). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=75 --- python39.changes | 6 ++++++ python39.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python39.changes b/python39.changes index ca83578..effccb4 100644 --- a/python39.changes +++ b/python39.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 2 12:36:47 UTC 2021 - Matej Cepl + +- Use versioned python-Sphinx to avoid dependency on other + version of Python (bsc#1183858). + ------------------------------------------------------------------- Sat Jun 19 00:12:04 UTC 2021 - Matej Cepl diff --git a/python39.spec b/python39.spec index 08e6a95..58d2f17 100644 --- a/python39.spec +++ b/python39.spec @@ -169,9 +169,9 @@ BuildRequires: pkgconfig(libnsl) BuildRequires: pkgconfig(libtirpc) %endif %if %{with doc} -BuildRequires: python3-Sphinx +BuildRequires: %{python_pkg_name}-Sphinx %if 0%{?suse_version} >= 1500 -BuildRequires: python3-python-docs-theme +BuildRequires: %{python_pkg_name}-python-docs-theme %endif %endif %if %{with general}