diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index 2781c90..2b1429a 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 13 06:41:02 UTC 2023 - Johannes Kastl + +- really add proper Requires for plugins... + +------------------------------------------------------------------- +Tue Apr 4 12:44:36 UTC 2023 - Johannes Kastl + +- add Requires needed for plugins + ------------------------------------------------------------------- Mon Apr 3 12:30:47 UTC 2023 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index a121c61..da356dd 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -45,12 +45,20 @@ BuildRequires: %{python_module pymdown-extensions >= 9.4} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +# Requirements for core +# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21 Requires: python-Markdown >= 3.2 Requires: python-jinja2 >= 3.0 Requires: python-mkdocs >= 1.4.2 Requires: python-mkdocs-material-extensions >= 1.1 Requires: python-pygments >= 2.14 Requires: python-pymdown-extensions >= 9.9.1 +# Requirements for plugins +# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29 +Requires: python-colorama >= 0.4 +Requires: python-regex => 2022.4.24 +Requires: python-requests >= 2.26 + BuildArch: noarch %python_subpackages