From ed0e2045890949ee0844d6e9486b677466532f61 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Wed, 4 Aug 2021 21:18:40 +0800 Subject: [PATCH] delete BuildRequires gdb --- python-mypy.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-mypy.spec b/python-mypy.spec index 78d94f5..9c1b04d 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -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 - 0.800-2 +- DESC: delete BuildRequires gdb + * Mon Feb 01 2021 yanglongkang - 0.800-1 - Package init -- Gitee