7b1393a04a
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
config BR2_PACKAGE_PYTHON_TORNADO
|
|
bool "python-tornado"
|
|
depends on BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_PYTHON_ZLIB
|
|
help
|
|
Tornado is a Python web framework and asynchronous networking
|
|
library, originally developed at FriendFeed.
|
|
|
|
http://www.tornadoweb.org
|