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:
parent
37f05c2497
commit
6826595759
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user