!7 python-msgpack 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:35:10 +00:00 committed by Gitee
commit 51c3b6e3f1

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-msgpack Name: python-msgpack
Version: 1.0.2 Version: 1.0.2
Release: 1 Release: 2
Summary: MessagePack (de)serializer. Summary: MessagePack (de)serializer.
License: Apache 2.0 License: Apache 2.0
URL: https://github.com/msgpack/msgpack-python URL: https://github.com/msgpack/msgpack-python
@ -25,7 +25,6 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cffi BuildRequires: python3-cffi
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gdb
%description -n python3-msgpack %description -n python3-msgpack
[MessagePack](https://msgpack.org/) is an efficient binary serialization format. [MessagePack](https://msgpack.org/) is an efficient binary serialization format.
@ -89,5 +88,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0.2-2
- DESC: delete BuildRequires gdb
* Fri Dec 18 2020 Python_Bot <Python_Bot@openeuler.org> * Fri Dec 18 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated