From 55c67a9243fde68c4144db73782b95ab1ae96f6a8ba97d116ff10a120d8a1db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 5 Mar 2025 10:55:53 +0000 Subject: [PATCH] Accepting request 1249837 from home:nkrapp:branches:devel:languages:python - Add missing dependency for plugins Depends on https://build.opensuse.org/requests/1249835 OBS-URL: https://build.opensuse.org/request/show/1249837 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=169 --- python-mkdocs-material.changes | 5 +++++ python-mkdocs-material.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index 7d0d8cc..f9ca39b 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 3 14:56:12 UTC 2025 - Nico Krapp + +- Add missing dependency for plugins + ------------------------------------------------------------------- Sat Mar 1 10:41:02 UTC 2025 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index 8502757..26ed0e8 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -50,6 +50,7 @@ BuildRequires: %{python_module pymdown-extensions >= 10.3} # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 BuildRequires: %{python_module Babel >= 2.10} +BuildRequires: %{python_module backrefs} BuildRequires: %{python_module colorama >= 0.4} BuildRequires: %{python_module paginate >= 0.5} BuildRequires: %{python_module regex => 2023.8} @@ -67,6 +68,7 @@ Requires: (python-mkdocs >= 1.5.3 with python-mkdocs < 2) # Requirements for plugins # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 Requires: python-Babel >= 2.10 +Requires: python-backrefs Requires: python-colorama >= 0.4 Requires: python-paginate >= 0.5 Requires: python-regex => 2023.8