delete BuildRequires gdb

This commit is contained in:
chenyanpanHW 2021-08-04 21:18:40 +08:00
parent 5ac2287a9c
commit ed0e204589
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

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