From 74885f3371b221cf1d5b5ade918ccb867dd32ab2 Mon Sep 17 00:00:00 2001 From: swf504 Date: Sat, 8 Feb 2025 02:08:38 +0000 Subject: [PATCH] Fix build isue for spdk-tools Add build requires of pip Signed-off-by: swf504 --- spdk.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/spdk.spec b/spdk.spec index d2871d1..b9a014d 100644 --- a/spdk.spec +++ b/spdk.spec @@ -4,7 +4,7 @@ Name: spdk Version: 24.01 -Release: 7 +Release: 8 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -44,7 +44,8 @@ BuildRequires: libibverbs-devel, librdmacm-devel BuildRequires: fuse3, fuse3-devel BuildRequires: libboundscheck BuildRequires: patchelf -BuildRequires: CUnit, CUnit-devel, python3-pip, chrpath +BuildRequires: CUnit, CUnit-devel, chrpath +BuildRequires: python3-pip, python3-setuptools, python3-wheel %if %{with doc} BuildRequires: doxygen mscgen graphviz %endif @@ -199,6 +200,9 @@ mv doc/output/html/ %{install_docdir} %changelog +* Sat Feb 08 2025 Weifeng Su - 24.01-8 +- Fix build isue for spdk-tools + * Sat Aug 17 2024 Weifeng Su - 24.01-7 - Adapt for HSAK -- Gitee