mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-09 06:10:17 +03:00
python2 support has been dropped since version 1.10.0 and69fd5a3ed2resulting in the following build failure since bump to version 2.0.1 in commit6703b94f24: Traceback (most recent call last): File "setup.py", line 22, in <module> from html.parser import HTMLParser ImportError: No module named html.parser Fixes: - http://autobuild.buildroot.org/results/fe011ccb7eac1be9762919f9feda35114e752d8a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>