!16 [sync] PR-14: 【缺依赖处理】22.03:LTS:Next分支,缺少编译依赖python3-nose

From: @openeuler-sync-bot 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-04-29 06:27:17 +00:00 committed by Gitee
commit 0fd2fde6fc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-markdown Name: python-markdown
Version: 3.3.1 Version: 3.3.1
Release: 3 Release: 4
Summary: A Python implementation of John Grubers Markdown Summary: A Python implementation of John Grubers Markdown
License: BSD License: BSD
URL: https://pypi.org/project/Markdown/ URL: https://pypi.org/project/Markdown/
@ -10,7 +10,7 @@ Source0: https://pypi.python.org/packages/source/M/Markdown/Markdown-%{ve
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel >= 3.1 python3-nose python3-pyaml BuildRequires: python3-devel >= 3.1 python3-nose2 python3-pyyaml
%description %description
This is a Python implementation of John Grubers Markdown. This is a Python implementation of John Grubers Markdown.
@ -47,6 +47,9 @@ find docs -type f -exec sed -i 's/\r//' {} \;
%{_bindir}/markdown_py %{_bindir}/markdown_py
%changelog %changelog
* Wed Jan 05 2022 Ge Wang <wangge20@huawei.com> - 3.3.1-4
- Change BuildRequires from python3-nose to python3-nose2 due to python3-nose is abandoned
* Mon Sep 27 2021 lingsheng <lingsheng@huawei.com> - 3.3.1-3 * Mon Sep 27 2021 lingsheng <lingsheng@huawei.com> - 3.3.1-3
- Provide python-markdown - Provide python-markdown