From 8f7cb5e6dde083518cb953b266dc68ce3b259a42 Mon Sep 17 00:00:00 2001 From: WANGHAILIANG Date: Mon, 3 Aug 2020 16:45:06 +0800 Subject: [PATCH] script/pkgdep: fix pip-3 to pip3 Change-Id: Ibda02ab0efcd333d0623a6efe9c540ddd65b0af2 Signed-off-by: WANGHAILIANG Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3627 Reviewed-by: Changpeng Liu Reviewed-by: Karol Latecki Reviewed-by: Ben Walker Tested-by: SPDK CI Jenkins Community-CI: Mellanox Build Bot --- scripts/pkgdep/rhel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pkgdep/rhel.sh b/scripts/pkgdep/rhel.sh index af5d4c0b3..03e167814 100755 --- a/scripts/pkgdep/rhel.sh +++ b/scripts/pkgdep/rhel.sh @@ -16,8 +16,8 @@ else yum install -y python fi yum install -y python3-pip -pip-3 install ninja -pip-3 install meson +pip3 install ninja +pip3 install meson # Additional dependencies for SPDK CLI - not available in rhel and centos if ! echo "$ID $VERSION_ID" | grep -E -q 'rhel 7|centos 7'; then