mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
network/tornado: Alter optional and mandatory dependencies.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
cd19384dc3
commit
3c30c5e091
2 changed files with 1 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue