From 6826595759d1978633008479d305abb8a894d442 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 8 Aug 2022 12:27:35 +0200 Subject: [PATCH] package/python-autobahn: needs qrcode, not pyqrcode It may be confusing, by pyqrcode and qrcode are two different packages, and autobahn's encryption support needs the latter, with support for SVG image generation. Signed-off-by: Thomas Petazzoni --- package/python-autobahn/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/python-autobahn/Config.in b/package/python-autobahn/Config.in index dfb517ae4b..c9caa1f1c4 100644 --- a/package/python-autobahn/Config.in +++ b/package/python-autobahn/Config.in @@ -25,7 +25,8 @@ config BR2_PACKAGE_PYTHON_AUTOBAHN_ENCRYPTION bool "TLS and WAMP-cryptosign encryption/authentication support" select BR2_PACKAGE_PYTHON_PYNACL # runtime select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime - select BR2_PACKAGE_PYTHON_PYQRCODE # runtime + select BR2_PACKAGE_PYTHON_QRCODE # runtime + select BR2_PACKAGE_PYTHON_QRCODE_SVG # runtime select BR2_PACKAGE_PYTHON_PYTRIE # runtime select BR2_PACKAGE_PYTHON_SERVICE_IDENTITY # runtime