From 0aba2faf3edf54de6aaafb583b844244aa4402fb Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 6 Jan 2025 21:21:16 +0100 Subject: [PATCH] support/dependencies: remove confusing comment about host system python Since commit 9c0c7846cdb6 (support/dependencies: don't check for python on the host), we no longer check for a host python interpreter installed on the system. Drop the comment in support/dependencies/check-host-python3.sh, as it is now confusing. Signed-off-by: Yann E. MORIN Signed-off-by: Julien Olivain (cherry picked from commit 3722998a3d0b771154b5069798f55ff9ea2c81bd) Signed-off-by: Peter Korsgaard --- support/dependencies/check-host-python3.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/support/dependencies/check-host-python3.sh b/support/dependencies/check-host-python3.sh index 17cafd2883..380b19ccf7 100755 --- a/support/dependencies/check-host-python3.sh +++ b/support/dependencies/check-host-python3.sh @@ -7,8 +7,6 @@ version_min="$(echo ${1} | awk '{ split($1, v, "."); print v[1] v[2] }')" shift -# The host python interpreter is already checked by dependencies.sh but -# it only check if the version is at least 2.7. # We want to check the version number of the python3 interpreter even # if Buildroot is able to use any version but some packages may require # a more recent version.