summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-19 15:47:50 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-20 15:34:03 -0700
commitfce114003a322639b45cb8c42834bdcbf63d1618 (patch)
tree39575d7efa9e64d6123304ee2acd1b50a228696c /meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb
parentdedaf8ada8341f46ce9578f6c2b7244df42cdbb5 (diff)
downloadmeta-openembedded-fce114003a322639b45cb8c42834bdcbf63d1618.tar.gz
python3-flask-socketio: upgrade 5.3.5 -> 5.3.6
Changelog: Fixes in the test client to support recent changes in Socket.IO dependencies Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb
deleted file mode 100644
index 34919d2222..0000000000
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1SUMMARY = "Socket.IO integration for Flask applications"
2HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/"
3SECTION = "devel/python"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0"
7
8inherit pypi python_setuptools_build_meta
9
10PYPI_PACKAGE = "Flask-SocketIO"
11
12SRC_URI[sha256sum] = "5f01158d10db71aa78c969b631ce3b9148b47ab0de1995158f9577f85b004d25"
13
14RDEPENDS:${PN} += "\
15 ${PYTHON_PN}-flask \
16 ${PYTHON_PN}-socketio \
17 "