mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
There are some scripts used when building micropython that require python3 on the build host. Use BR2_PYTHON3_HOST_DEPENDENCY so this can be either be satisfied by installing it on the build host or by building the host-python3 package. Fixes: - http://autobuild.buildroot.net/results/b85b2214576030026a8e04d142a77a2648379417/ Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>