From fce114003a322639b45cb8c42834bdcbf63d1618 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:47:50 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-flask-socketio_5.3.6.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb (limited to 'meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb') 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 @@ +SUMMARY = "Socket.IO integration for Flask applications" +HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/" +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "Flask-SocketIO" + +SRC_URI[sha256sum] = "bb8f9f9123ef47632f5ce57a33514b0c0023ec3696b2384457f0fcaa5b70501c" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-flask \ + ${PYTHON_PN}-socketio \ + " -- cgit v1.2.3-54-g00ecf