!13 Delete unnecessary gdb from BuildRequires

From: @tanyulong2021 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-06-21 06:10:32 +00:00 committed by Gitee
commit 1350b407d3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-fastavro
Version: 1.4.5
Release: 1
Release: 2
Summary: Fast read/write of AVRO files
License: MIT
URL: https://github.com/fastavro/fastavro
@ -13,11 +13,12 @@ Fast Avro for Python
%package -n python3-fastavro
Summary: Fast read/write of AVRO files
Provides: python-fastavro
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gdb
%description -n python3-fastavro
The `fastavro` library was written to offer performance comparable to the Java
library. With regular CPython, `fastavro` uses C extensions which allow it to
@ -72,5 +73,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Jun 20 2022 tanyulong <tanyulong@kylinos.cn> - 1.4.5-2
- Delete unnecessary gdb from BuildRequires
* Tue Oct 26 2021 yangchenguang <yangchenguang@uniontech.com> - 1.4.5-1
- Init Package