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