forked from pool/python-mkdocs-material
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
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 3 14:56:12 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- Add missing dependency for plugins
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 1 10:41:02 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
Sat Mar 1 10:41:02 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@@ -50,6 +50,7 @@ BuildRequires: %{python_module pymdown-extensions >= 10.3}
|
|||||||
# Requirements for plugins
|
# Requirements for plugins
|
||||||
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
|
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
|
||||||
BuildRequires: %{python_module Babel >= 2.10}
|
BuildRequires: %{python_module Babel >= 2.10}
|
||||||
|
BuildRequires: %{python_module backrefs}
|
||||||
BuildRequires: %{python_module colorama >= 0.4}
|
BuildRequires: %{python_module colorama >= 0.4}
|
||||||
BuildRequires: %{python_module paginate >= 0.5}
|
BuildRequires: %{python_module paginate >= 0.5}
|
||||||
BuildRequires: %{python_module regex => 2023.8}
|
BuildRequires: %{python_module regex => 2023.8}
|
||||||
@@ -67,6 +68,7 @@ Requires: (python-mkdocs >= 1.5.3 with python-mkdocs < 2)
|
|||||||
# Requirements for plugins
|
# Requirements for plugins
|
||||||
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
|
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
|
||||||
Requires: python-Babel >= 2.10
|
Requires: python-Babel >= 2.10
|
||||||
|
Requires: python-backrefs
|
||||||
Requires: python-colorama >= 0.4
|
Requires: python-colorama >= 0.4
|
||||||
Requires: python-paginate >= 0.5
|
Requires: python-paginate >= 0.5
|
||||||
Requires: python-regex => 2023.8
|
Requires: python-regex => 2023.8
|
||||||
|
Reference in New Issue
Block a user