scripts/pgkdep: [rhel] Use python36
On rhel 8.x standard appstream and baseos repos don't provide python package. Use python36 instead as it's available there. Change-Id: I125aa3370bdb11f67f2774e00e70196df9680f13 Signed-off-by: Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3871 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
d70ecbe935
commit
f724f6b9c4
@ -8,7 +8,7 @@ if echo "$ID $VERSION_ID" | grep -E -q 'centos 8'; then
|
||||
fi
|
||||
yum install -y gcc gcc-c++ make CUnit-devel libaio-devel openssl-devel \
|
||||
libuuid-devel libiscsi-devel ncurses-devel
|
||||
if echo "$ID $VERSION_ID" | grep -E -q 'centos 8'; then
|
||||
if echo "$ID $VERSION_ID" | grep -E -q 'centos 8|rhel 8'; then
|
||||
yum install -y python36
|
||||
#Create hard link to use in SPDK as python
|
||||
if [[ ! -e /usr/bin/python && -e /etc/alternative/python3 ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user