mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
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 <thomas.petazzoni@bootlin.com>
This commit is contained 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user