The package name in the line above was moved from host-python to
host-python3, but the same change in the error message was forgotten.

Fixes: 8d02a8a6e3891da78c8c ("host-python-scons: switch to python3")
Signed-off-by: Roland Hieber <[email protected]>
---
 scripts/lib/ptxd_make_world_prepare.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/ptxd_make_world_prepare.sh 
b/scripts/lib/ptxd_make_world_prepare.sh
index be2a131e4830..9ba2e78e26fb 100644
--- a/scripts/lib/ptxd_make_world_prepare.sh
+++ b/scripts/lib/ptxd_make_world_prepare.sh
@@ -206,7 +206,7 @@ ptxd_make_world_prepare() {
            ;;
        scons)
            if ! [[ "${pkg_build_deps}" =~ "host-python3-${pkg_conf_tool}" ]]; 
then
-               ptxd_bailout "'${pkg_label}' uses '${pkg_conf_tool}' but does 
not select 'host-python-${pkg_conf_tool}'"
+               ptxd_bailout "'${pkg_label}' uses '${pkg_conf_tool}' but does 
not select 'host-python3-${pkg_conf_tool}'"
            fi
            ;;
     esac
-- 
2.26.2


_______________________________________________
ptxdist mailing list
[email protected]

Reply via email to