From 95e0ab74a348882adc1961003908b76bb8e27e4b7a857528f3208a84d4eccedd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 2 Aug 2021 12:41:33 +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/python310?expand=0&rev=7 --- python310.changes | 6 ++++++ python310.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python310.changes b/python310.changes index 47846ee..801da47 100644 --- a/python310.changes +++ b/python310.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 2 12:40:16 UTC 2021 - Matej Cepl + +- Use versioned python-Sphinx to avoid dependency on other + version of Python (bsc#1183858). + ------------------------------------------------------------------- Wed Jul 21 13:44:48 UTC 2021 - Matej Cepl diff --git a/python310.spec b/python310.spec index e9311a9..a1bf2e4 100644 --- a/python310.spec +++ b/python310.spec @@ -162,9 +162,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}