mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-10 10:10:28 +03:00
python2 support has been dropped since version 2.0.0 and3a9f92d67bresulting in the following build failure since bump to version 2.1.1 in commitbcb85b2e59: error: File "/usr/lib/python2.7/site-packages/enumfields/fields.py", line 134 *super().check(**kwargs), ^ SyntaxError: invalid syntax Fixes: - http://autobuild.buildroot.org/results/3fd79ed7bbcad202fc7ac07252cdf57c599dac30 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>