delete BuildRequires gdb

This commit is contained in:
chenyanpanHW 2021-08-04 21:20:32 +08:00
parent 8392c59de9
commit 96a6ab2dea
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-zope-hookable
Version: 5.0.1
Release: 1
Release: 2
Summary: Zope hookable
License: ZPL 2.1
URL: https://github.com/zopefoundation/zope.hookable
@ -23,7 +23,6 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gdb
%description -n python3-zope-hookable
This package supports the efficient creation of "hookable" objects, which
@ -82,5 +81,8 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir}
%changelog
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 5.0.1-2
- DESC: delete BuildRequires gdb
* Thu Dec 17 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated