mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
python3 is needed to avoid the following build failure since bump to version 2.1.6 in commita1f7597b4dand86b983aa5f: Traceback (most recent call last): File "setup.py", line 18, in <module> import importlib.util ImportError: No module named util Fixes: - http://autobuild.buildroot.org/results/9d4/9d4abcb029f4e44a9cb454faa8416d8ebccb5b2e/build-end.log Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>