Add build reauirments mkdocs to fix obs build failed.
This commit is contained in:
parent
784205444c
commit
6ea3ed7d48
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A MkDocs plugin for dynamic page redirects to prevent broken links
|
Summary: A MkDocs plugin for dynamic page redirects to prevent broken links
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -14,7 +14,8 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
BuildRequires: python3-hatchling
|
BuildRequires: python3-hatchling
|
||||||
|
BuildRequires: python3-mkdocs
|
||||||
|
|
||||||
%description
|
%description
|
||||||
mkdocs-redirectsPlugin for [mkdocs]( to create page redirects (e.g. for
|
mkdocs-redirectsPlugin for [mkdocs]( to create page redirects (e.g. for
|
||||||
@ -54,5 +55,8 @@ redirect_maps:...
|
|||||||
%{python3_sitelib}/mkdocs_redirects*
|
%{python3_sitelib}/mkdocs_redirects*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 17 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.2.1-2
|
||||||
|
- Add build reauirments mkdocs to fix obs build failed.
|
||||||
|
|
||||||
* Tue Aug 22 2023 luolu12 <luluoc@isoftstone.com> - 1.2.1-1
|
* Tue Aug 22 2023 luolu12 <luluoc@isoftstone.com> - 1.2.1-1
|
||||||
- Initial package.
|
- Initial package.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user