From 77fd8b492bbab5bd33c7844129466088ca38a66f08364657e7255b9cbc4b3b18 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 20 Jan 2022 00:18:47 +0000 Subject: [PATCH] Fix version of python-docs-theme module OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=94 --- python39.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python39.spec b/python39.spec index adc3d00..da8cf0c 100644 --- a/python39.spec +++ b/python39.spec @@ -180,10 +180,10 @@ BuildRequires: mpdecimal-devel %if %{with doc} %if 0%{?suse_version} >= 1550 BuildRequires: %{python_pkg_name}-Sphinx -BuildRequires: %{python_pkg_name}-python-docs-theme +BuildRequires: %{python_pkg_name}-python-docs-theme >= 2022.1 %else BuildRequires: python3-Sphinx -BuildRequires: python3-python-docs-theme +BuildRequires: python3-python-docs-theme >= 2022.1 %endif %endif %if %{with general}