aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2023-08-25 01:25:49 +0800
committerTianling Shen <cnsztl@gmail.com>2023-08-31 16:15:12 +0800
commite7a8d18385e6d1de27d0501940259ab23e50be6f (patch)
treec982b6185879d0f4f0d6263938443b22c3e0eb86 /lang
parent8b6a817af298364134f3ec37cbb8bfda48b2a35f (diff)
python-tornado: Update to 6.3.3, update list of dependencies
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/python/python-tornado/Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/lang/python/python-tornado/Makefile b/lang/python/python-tornado/Makefile
index d2fb56b20..36007a844 100644
--- a/lang/python/python-tornado/Makefile
+++ b/lang/python/python-tornado/Makefile
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-tornado
-PKG_VERSION:=6.1
+PKG_VERSION:=6.3.3
PKG_RELEASE:=1
PYPI_NAME:=tornado
-PKG_HASH:=33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791
+PKG_HASH:=e7d8db41c0181c80d76c982aacc442c0783a2c54d6400fe028954201a2e032fe
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>
PKG_LICENSE:=Apache-2.0
@@ -27,17 +27,8 @@ define Package/python3-tornado
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=Web framework and asynchronous networking library
- URL:=https://tornadoweb.org
- DEPENDS:= \
- +python3-asyncio \
- +python3-codecs \
- +python3-email \
- +python3-light \
- +python3-logging \
- +python3-multiprocessing \
- +python3-openssl \
- +python3-unittest \
- +python3-urllib
+ URL:=https://www.tornadoweb.org
+ DEPENDS:=+python3
endef
define Package/python3-tornado/description