diff --git a/support/functions/_plugin_update_toolchain b/support/functions/_plugin_update_toolchain index c0d2dd5..437544a 100644 --- a/support/functions/_plugin_update_toolchain +++ b/support/functions/_plugin_update_toolchain @@ -3,7 +3,7 @@ #simplebuild_plugin tcupdate tcupdate(){ - pversion="0.21.0"; + pversion="0.21.1"; pname="s3.TUP"; pdesc="Plugin $pname v$pversion"; configname="$configdir/plugin_update_toolchain.config"; @@ -1141,7 +1141,7 @@ _check_lib(){ _check_pkg(){ pkgs=( git patch curl jq gcc g++ gperf bison flex makeinfo help2man make file cmp \ python3-config autoconf automake libtoolize libtool gawk wget bzip2 xz unzip rsync \ - composite inkscape pkg-config python gettext ruby ); + composite inkscape pkg-config python3 gettext ruby ); headers=( ncurses libacl.h sys/capability.h readline.h glib-2.0/glib.h ); libs=( libstdc++.so.6 libstdc++.a libc\\.a ); echo -e "${y_l}SYSCHECK -> ${txt_s3tup_msg_syscheck1}${re_}"; diff --git a/support/os/redhat_centos_fedora.install b/support/os/redhat_centos_fedora.install index 6243d3e..f231060 100644 --- a/support/os/redhat_centos_fedora.install +++ b/support/os/redhat_centos_fedora.install @@ -86,9 +86,6 @@ do g++) inst="gcc-c++"; ;; - python) - [ "$rh_version" == 8 ] && inst="python3"; - ;; composite) inst="ImageMagick"; ;;