From ef673cde3013df35ea6ec5f374c05ace2dc756eb Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Aug 2023 15:41:43 +0800 Subject: python3-flask-socketio: upgrade 5.3.4 -> 5.3.5 Changelog: Prevent allow_unsafe_werkzeug option from being passed to web servers Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-flask-socketio_5.3.4.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb (limited to 'meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb') diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb deleted file mode 100644 index 4dae0d14ba..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.4.bb +++ /dev/null @@ -1,17 +0,0 @@ -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] = "1cbd379c9bf68ac37bcc4750d01708922fa6365d13a5447d3f8893792879410c" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-flask \ - ${PYTHON_PN}-socketio \ - " -- cgit v1.2.3-54-g00ecf