!3 python-mypy delete BuildRequires gdb

From: @chenyanpanHW
Reviewed-by: @yangzhao_kl
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2021-08-05 03:31:57 +00:00 committed by Gitee
commit 82382f05eb

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-mypy
Version: 0.800
Release: 1
Release: 2
Summary: Optional static typing for Python
License: MIT and Python-2.0
URL: https://github.com/python/mypy
@ -27,7 +27,6 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gdb
# Needed to generate the man pages
BuildRequires: help2man
%description -n python3-mypy
@ -89,5 +88,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%{_mandir}/man1/stubgen.1*
%changelog
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.800-2
- DESC: delete BuildRequires gdb
* Mon Feb 01 2021 yanglongkang <yanglongkang@huawei.com> - 0.800-1
- Package init