Browse Source

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>
(cherry picked from commit 3d4a545630601e5133329e588bd504571a69e385)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Romain Naour 5 years ago
parent
commit
c63a7909a9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/python-crossbar/Config.in

+ 1 - 0
package/python-crossbar/Config.in

@@ -39,6 +39,7 @@ config BR2_PACKAGE_PYTHON_CROSSBAR
 	select BR2_PACKAGE_PYTHON_U_MSGPACK
 	select BR2_PACKAGE_PYTHON_U_MSGPACK
 	select BR2_PACKAGE_PYTHON_UBJSON
 	select BR2_PACKAGE_PYTHON_UBJSON
 	select BR2_PACKAGE_PYTHON_WATCHDOG
 	select BR2_PACKAGE_PYTHON_WATCHDOG
+	select BR2_PACKAGE_PYTHON_WERKZEUG
 	select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
 	select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
 	help
 	help
 	  Crossbar.io is an open-source WAMP application router that
 	  Crossbar.io is an open-source WAMP application router that