This script is being called from buildroot-test building instance which is currently running on CentOS 8. On CentOS 8 there is no 'python', only 'python3'.
At the moment this problem is being solved via creating a soft link from 'python' to 'python3':
This script is being called from buildroot-test building instance which is currently running on CentOS 8. On CentOS 8 there is no 'python', only 'python3'.
At the moment this problem is being solved via creating a soft link from 'python' to 'python3':
If we change 'python' to 'python3' everywhere buildroot-test needs we won't need soft link parkour skills.
I already made similar change in buildroot-test repository that we are using.