diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-19 15:47:50 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-20 15:34:03 -0700 |
| commit | fce114003a322639b45cb8c42834bdcbf63d1618 (patch) | |
| tree | 39575d7efa9e64d6123304ee2acd1b50a228696c /meta-python/recipes-devtools/python/python3-flask-socketio_5.3.5.bb | |
| parent | dedaf8ada8341f46ce9578f6c2b7244df42cdbb5 (diff) | |
| download | meta-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.bb | 17 |
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 @@ | |||
| 1 | SUMMARY = "Socket.IO integration for Flask applications" | ||
| 2 | HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "Flask-SocketIO" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "5f01158d10db71aa78c969b631ce3b9148b47ab0de1995158f9577f85b004d25" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | ${PYTHON_PN}-flask \ | ||
| 16 | ${PYTHON_PN}-socketio \ | ||
| 17 | " | ||
