!3 python-pycares 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:31:36 +00:00 committed by Gitee
commit a75652fcb4

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pycares Name: python-pycares
Version: 4.0.0 Version: 4.0.0
Release: 1 Release: 2
Summary: Python interface for c-ares Summary: Python interface for c-ares
License: MIT License: MIT
URL: http://github.com/saghul/pycares URL: http://github.com/saghul/pycares
@ -20,7 +20,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-pycares %description -n python3-pycares
pycares is a Python module which provides an interface to c-ares.c-ares is a C library that performs DNS requests and name resolutions asynchronously. pycares is a Python module which provides an interface to c-ares.c-ares is a C library that performs DNS requests and name resolutions asynchronously.
@ -71,5 +70,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.0.0-2
- DESC: delete BuildRequires gdb
* Sun May 23 2021 Python_Bot <Python_Bot@openeuler.org> * Sun May 23 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated