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:
Thomas Petazzoni 2022-08-08 12:27:35 +02:00
parent 37f05c2497
commit 6826595759

View File

@ -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