diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-08-03 23:47:42 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-10 05:08:18 +0800 |
commit | 7e931594c7b20f11863d7816531dd583bce728b7 (patch) | |
tree | cecd459e332723ea194c5dda86f27fc765e9b39c | |
parent | 466dfed2f20caf23da40928950a664d1e773d7f3 (diff) |
python-socketio: Update to 5.8.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
-rw-r--r-- | lang/python/python-socketio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-socketio/Makefile b/lang/python/python-socketio/Makefile index 9fde114ae..61a1128c0 100644 --- a/lang/python/python-socketio/Makefile +++ b/lang/python/python-socketio/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-socketio -PKG_VERSION:=5.2.1 +PKG_VERSION:=5.8.0 PKG_RELEASE:=1 PYPI_NAME:=python-socketio -PKG_HASH:=356a8a480fa316295b439d63a5f35a7a59fe65cee1ae35dee28e87d00e5aead6 +PKG_HASH:=e714f4dddfaaa0cb0e37a1e2deef2bb60590a5b9fea9c343dd8ca5e688416fd9 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=MIT @@ -34,7 +34,7 @@ define Package/python3-socketio +python3-engineio \ +python3-asyncio \ +python3-logging \ - +python3-urllib + +python3-uuid endef define Package/python3-socketio/description |