!7 python-netifaces delete BuildRequires gdb

From: @chenyanpanHW
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-08-19 08:29:20 +00:00 committed by Gitee
commit e20acbc742

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-netifaces Name: python-netifaces
Version: 0.10.9 Version: 0.10.9
Release: 1 Release: 2
Summary: Portable network interface information. Summary: Portable network interface information.
License: MIT License License: MIT License
URL: https://github.com/al45tair/netifaces URL: https://github.com/al45tair/netifaces
@ -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-netifaces %description -n python3-netifaces
Its been annoying me for some time that theres no easy way to get the Its been annoying me for some time that theres no easy way to get the
address(es) of the machines network interfaces from Python. There is address(es) of the machines network interfaces from Python. There is
@ -92,5 +91,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.10.9-2
- DESC: delete BuildRequires gdb
* Fri Oct 09 2020 Python_Bot <Python_Bot@openeuler.org> * Fri Oct 09 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated