Skip to content

Commit 63dffc5

Browse files
Frisaskydgibbs64
authored andcommitted
feat(install): centos 8 python dependency checking (#2546)
1 parent de6cdee commit 63dffc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lgsm/functions/check_deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,11 +448,11 @@ fn_deps_build_redhat(){
448448
# LinuxGSM requirements.
449449
# CentOS
450450
if [ "${distroversion}" == "6" ]; then
451-
array_deps_required=( epel-release curl wget util-linux-ng python3 file gzip bzip2 unzip binutils bc jq )
451+
array_deps_required=( epel-release curl wget util-linux-ng python file gzip bzip2 unzip binutils bc jq )
452452
elif [ "${distroversion}" == "7" ]; then
453453
array_deps_required=( epel-release curl wget util-linux python3 file gzip bzip2 unzip binutils bc jq )
454454
elif [ "${distroversion}" == "8" ]; then
455-
array_deps_required=( epel-release curl wget util-linux python3 file gzip bzip2 unzip binutils bc jq )
455+
array_deps_required=( epel-release curl wget util-linux python36 file gzip bzip2 unzip binutils bc jq )
456456
elif [ "${distroid}" == "fedora" ]; then
457457
array_deps_required=( curl wget util-linux python3 file gzip bzip2 unzip binutils bc jq )
458458
elif [[ "${distroname}" == *"Amazon Linux AMI"* ]]; then

0 commit comments

Comments
 (0)