Remove duplicated BuildRequires python-pyelftools

python-pyelftools also provided by package python3-pyelftools.

Signed-off-by: Honggang LI <honggangli@163.com>
(cherry picked from commit 889f601f5e726a7c98fda91705f5514e2406b0cb)
This commit is contained in:
Honggang LI 2022-07-07 12:02:45 +08:00 committed by openeuler-sync-bot
parent 61cad48206
commit 474481cdd2

View File

@ -1,6 +1,6 @@
Name: dpdk
Version: 21.11
Release: 13
Release: 14
Packager: packaging@6wind.com
URL: http://dpdk.org
%global source_version 21.11
@ -139,7 +139,7 @@ License: BSD and LGPLv2 and GPLv2
ExclusiveArch: i686 x86_64 aarch64
BuildRequires: meson ninja-build gcc diffutils python3-pyelftools python-pyelftools
BuildRequires: meson ninja-build gcc diffutils python3-pyelftools
BuildRequires: kernel-devel numactl-devel
BuildRequires: libpcap libpcap-devel
BuildRequires: rdma-core-devel
@ -253,6 +253,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko
/usr/sbin/depmod
%changelog
* Thu Jul 07 2022 Honggang Li <honggangli@163.com> - 21.11-14
- Remove duplicated BuildRequires python-pyelftools
* Tue Jul 05 2022 Honggang Li <honggangli@163.com> - 21.11-13
- Build mlx5 and mlx4 PMD