Skip to content

Commit

Permalink
删除config_build_tool.sh中的python3-distutils依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin authored Jun 9, 2024
1 parent 558426f commit f37ff91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_build_tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function install_dependencies() {
case $PM in
apt)
# 检查并安装缺少的依赖包(基于apt包管理器)
for package_name in build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev python3-distutils rsync unzip zlib1g-dev file wget make; do
for package_name in build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev rsync unzip zlib1g-dev file wget make; do
if [ "$(apt list --installed 2>/dev/null| grep -c "^${package_name}")" -eq '0' ];then
if test ${n} = 0; then
echo $package_name > $TMPDIR/install.list
Expand Down

0 comments on commit f37ff91

Please sign in to comment.