config BR2_PACKAGE_PYTHON_AUTOBAHN
bool "python-autobahn"
+ depends on BR2_INSTALL_LIBSTDCPP # python-cryptography -> python-pyasn
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_TXAIO # runtime
framework.
https://pypi.python.org/pypi/autobahn
+
+comment "python-autobahn needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
config BR2_PACKAGE_PYTHON_CHANNELS_REDIS
bool "python-channels-redis"
+ depends on BR2_INSTALL_LIBSTDCPP # python-channels -> python-daphne
depends on BR2_PACKAGE_PYTHON3 # python-channels
select BR2_PACKAGE_PYTHON_AIOREDIS # runtime
select BR2_PACKAGE_PYTHON_ASGIREF # runtime
sharded configurations, as well as group support.
http://github.com/django/channels_redis/
+
+comment "python-channels-redis needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
+ depends on BR2_PACKAGE_PYTHON3
config BR2_PACKAGE_PYTHON_CHANNELS
bool "python-channels"
+ depends on BR2_INSTALL_LIBSTDCPP # python-daphne -> python-autobahn -> python-cryptography
depends on BR2_PACKAGE_PYTHON3 # python-daphne
select BR2_PACKAGE_PYTHON_ASGIREF # runtime
select BR2_PACKAGE_PYTHON_DAPHNE # runtime
own protocols and needs.
http://github.com/django/channels
+
+comment "python-channels needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
+ depends on BR2_PACKAGE_PYTHON3
config BR2_PACKAGE_PYTHON_DAPHNE
bool "python-daphne"
+ depends on BR2_INSTALL_LIBSTDCPP # python-autobahn -> python-cryptography
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_ASGIREF # runtime
select BR2_PACKAGE_PYTHON_AUTOBAHN # runtime
versus HTTP endpoints.
https://github.com/django/daphne
+
+comment "python-daphne needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
+ depends on BR2_PACKAGE_PYTHON3