!2 Add build reauirments mkdocs to fix obs build failed

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-10-18 01:25:09 +00:00 committed by Gitee
commit ed168270e5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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
@ -15,6 +15,7 @@ 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.