forked from pool/python-mkdocs-material
Accepting request 1077387 from home:ojkastl_buildservice:Branch_devel_languages_python
add Requires needed for plugins OBS-URL: https://build.opensuse.org/request/show/1077387 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 4 12:44:36 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- add Requires needed for plugins
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 3 12:30:47 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Mon Apr 3 12:30:47 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@@ -45,12 +45,20 @@ BuildRequires: %{python_module pymdown-extensions >= 9.4}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
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-Markdown >= 3.2
|
||||||
Requires: python-jinja2 >= 3.0
|
Requires: python-jinja2 >= 3.0
|
||||||
Requires: python-mkdocs >= 1.4.2
|
Requires: python-mkdocs >= 1.4.2
|
||||||
Requires: python-mkdocs-material-extensions >= 1.1
|
Requires: python-mkdocs-material-extensions >= 1.1
|
||||||
Requires: python-pygments >= 2.14
|
Requires: python-pygments >= 2.14
|
||||||
Requires: python-pymdown-extensions >= 9.9.1
|
Requires: python-pymdown-extensions >= 9.9.1
|
||||||
|
# Requirements for plugins
|
||||||
|
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
|
||||||
|
Requires: colorama >= 0.4
|
||||||
|
Requires: regex => 2022.4.24
|
||||||
|
Requires: requests >= 2.26
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user