mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
Upstream commitb9c295d3cfwhich has been part of the releases since v19.10.1 has added werkzeug dependency. Without werkzeug package, the test TestPythonPy3Crossbar is failing at runtime with this error: ModuleNotFoundError: No module named 'werkzeug' Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/498144523 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit3d4a545630) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>