diff options
Diffstat (limited to 'package/python-tornado/Config.in')
-rw-r--r-- | package/python-tornado/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-tornado/Config.in b/package/python-tornado/Config.in new file mode 100644 index 0000000000..c127d0e142 --- /dev/null +++ b/package/python-tornado/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_TORNADO + bool "python-tornado" + depends on BR2_PACKAGE_PYTHON + help + Tornado is a Python web framework and asynchronous networking + library, originally developed at FriendFeed. + + http://www.tornadoweb.org |