File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments