summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.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.6.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.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb
new file mode 100644
index 0000000000..e151fda9d5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb
@@ -0,0 +1,17 @@
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] = "bb8f9f9123ef47632f5ce57a33514b0c0023ec3696b2384457f0fcaa5b70501c"
13
14RDEPENDS:${PN} += "\
15 ${PYTHON_PN}-flask \
16 ${PYTHON_PN}-socketio \
17 "