Delete unnecessary gdb from BuildRequires

This commit is contained in:
tanyulong2021 2022-06-20 16:36:41 +08:00
parent a06ee9f3b0
commit 29d0a016d0

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