network/tornado: Alter optional and mandatory dependencies.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-03-16 21:24:00 -07:00 committed by Willy Sudiarto Raharjo
parent cd19384dc3
commit 3c30c5e091
2 changed files with 1 additions and 4 deletions

View file

@ -3,6 +3,3 @@ originally developed at FriendFeed. By using non-blocking network I/O,
Tornado can scale to tens of thousands of open connections, making it
ideal for long polling, WebSockets, and other applications that require
a long-lived connection to each user.
Some extra functionality is provided by having libraries/futures
installed.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.0.0/tornado-5.0.0.tar
MD5SUM="edbbd1b55745dc6bb0a2161bf5a5a1f0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="backports-abc backports-ssl-match-hostname singledispatch"
REQUIRES="backports-abc python-certifi futures singledispatch"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"