!7 python-simplejson 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:26 +00:00 committed by Gitee
commit 91be041955

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-simplejson Name: python-simplejson
Version: 3.17.0 Version: 3.17.0
Release: 1 Release: 2
Summary: Simple, fast, extensible JSON encoder/decoder for Python Summary: Simple, fast, extensible JSON encoder/decoder for Python
License: MIT License License: MIT License
URL: https://github.com/simplejson/simplejson URL: https://github.com/simplejson/simplejson
@ -19,7 +19,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-simplejson %description -n python3-simplejson
simplejson is a simple, fast, complete, correct and extensible simplejson is a simple, fast, complete, correct and extensible
JSON encoder and decoder for Python 3. JSON encoder and decoder for Python 3.
@ -71,5 +70,8 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 3.17.0-2
- DESC: delete BuildRequires gdb
* Fri Jun 19 2020 Python_Bot <Python_Bot@openeuler.org> * Fri Jun 19 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated