package/python-crossbar: add missing runtime dependency on python-werkzeug
authorRomain Naour <romain.naour@gmail.com>
Wed, 8 Apr 2020 21:30:00 +0000 (23:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 11 Apr 2020 08:31:09 +0000 (10:31 +0200)
commit3d4a545630601e5133329e588bd504571a69e385
tree3393a1d3ba5a40f2ffdd79f51d7a619691af9013
parentfd1404b6c0e64ffe142738882ed083754f438ca9
package/python-crossbar: add missing runtime dependency on python-werkzeug

Upstream commit
https://github.com/crossbario/crossbar/commit/b9c295d3cfa923b383f93fe534d40e42c56576dc
which 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>
package/python-crossbar/Config.in