package/python-autobahn: add missing subpackages
This commit adds options for python-autobahn subpackages that will be needed by python-crossbar. Signed-off-by: Emile Cormier <emile.cormier.jr@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c99545867a
commit
efa5ff1489
@ -10,3 +10,42 @@ config BR2_PACKAGE_PYTHON_AUTOBAHN
|
||||
framework.
|
||||
|
||||
https://pypi.python.org/pypi/autobahn
|
||||
|
||||
if BR2_PACKAGE_PYTHON_AUTOBAHN
|
||||
|
||||
config BR2_PACKAGE_PYTHON_AUTOBAHN_ACCELERATE
|
||||
bool "C-based WebSocket acceleration"
|
||||
select BR2_PACKAGE_PYTHON_WSACCEL # runtime
|
||||
|
||||
config BR2_PACKAGE_PYTHON_AUTOBAHN_COMPRESS
|
||||
bool "Non-standard WebSocket compression support"
|
||||
select BR2_PACKAGE_PYTHON_SNAPPY # runtime
|
||||
|
||||
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_PYTRIE # runtime
|
||||
select BR2_PACKAGE_PYTHON_SERVICE_IDENTITY # runtime
|
||||
|
||||
config BR2_PACKAGE_PYTHON_AUTOBAHN_SCRAM
|
||||
bool "WAMP-SCRAM authentication support"
|
||||
select BR2_PACKAGE_PYTHON_ARGON2_CFFI # runtime
|
||||
select BR2_PACKAGE_PYTHON_PASSLIB # runtime
|
||||
|
||||
config BR2_PACKAGE_PYTHON_AUTOBAHN_SERIALIZATION
|
||||
bool "Accelerated JSON, MessagePack, CBOR, UBJSON, and FlatBuffers serialization support"
|
||||
select BR2_PACKAGE_PYTHON_CBOR2 # runtime
|
||||
select BR2_PACKAGE_PYTHON_FLATBUFFERS # runtime
|
||||
select BR2_PACKAGE_PYTHON_MSGPACK # runtime
|
||||
select BR2_PACKAGE_PYTHON_UBJSON # runtime
|
||||
select BR2_PACKAGE_PYTHON_UJSON # runtime
|
||||
|
||||
config BR2_PACKAGE_PYTHON_AUTOBAHN_TWISTED
|
||||
bool "Twisted support"
|
||||
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
||||
select BR2_PACKAGE_PYTHON_TWISTED # runtime
|
||||
select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE # runtime
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user