1config BR2_PACKAGE_PYTHON_TORNADO 2 bool "python-tornado" 3 depends on BR2_PACKAGE_PYTHON3 4 select BR2_PACKAGE_PYTHON3_ZLIB 5 select BR2_PACKAGE_PYTHON3_SSL 6 help 7 Tornado is a Python web framework and asynchronous networking 8 library, originally developed at FriendFeed. 9 10 http://www.tornadoweb.org 11