From dff91ab4065bc55ee2b32bbb6828aa773115b54a2f4df5a85c26660343117e21 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 22 Sep 2025 10:42:47 +0000 Subject: [PATCH] Revert provides conditional to provide docutils on default package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=101 --- python-docutils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-docutils.spec b/python-docutils.spec index 938dd5c..48315ea 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -62,7 +62,7 @@ BuildRequires: %{python_module docutils = %{version}} BuildRequires: %{python_module packaging} # BuildRequires: %%{python_module roman} %endif -%if "%{python_flavor}" == "python3" +%if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3" Provides: docutils = %{version} Obsoletes: docutils < %{version} %endif