From ae19113f3d914ac48c854937244b53add2819e4c Mon Sep 17 00:00:00 2001 From: propelluo Date: Sun, 17 May 2026 22:48:48 +0800 Subject: [PATCH] =?UTF-8?q?kirk=20=E9=9C=80=E8=A6=81=E5=AE=89=E8=A3=85pyth?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: propelluo --- ltp/tst-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ltp/tst-build.sh b/ltp/tst-build.sh index 083ab3ed..11d34043 100755 --- a/ltp/tst-build.sh +++ b/ltp/tst-build.sh @@ -30,6 +30,7 @@ build_dep_pkg_list=" libcap* acl-debugsource libacl-devel + python3 " # TODO: 实际编译动作 -- Gitee