summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorzhengrq.fnst <zhengrq.fnst@fujitsu.com>2022-09-01 18:17:47 +0800
committerKhem Raj <raj.khem@gmail.com>2022-09-03 12:20:15 -0700
commit840c0095b287c3fa1092a62992e658c56448c8f6 (patch)
treef2256ec5d5c3d77745df16e24a033a9a0dc39513 /meta-python
parent3d2375cb0242f3cc6504f9363fd56708a122b5a8 (diff)
downloadmeta-openembedded-840c0095b287c3fa1092a62992e658c56448c8f6.tar.gz
python3-flask-socketio: upgrade 5.2.0 -> 5.3.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb (renamed from meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb
index 9deae8b41d..1078b09eb6 100644
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb
@@ -9,7 +9,7 @@ inherit pypi python_setuptools_build_meta
9 9
10PYPI_PACKAGE = "Flask-SocketIO" 10PYPI_PACKAGE = "Flask-SocketIO"
11 11
12SRC_URI[sha256sum] = "19c3d0cea49c53505fa457fedc133b32cb6eeaaa30d28cdab9d6ca8f16045427" 12SRC_URI[sha256sum] = "fa547d0c39ccc6223aad191f3f6ef906383eab67d25ffc343b15bfe33d6478fe"
13 13
14RDEPENDS:${PN} += "\ 14RDEPENDS:${PN} += "\
15 ${PYTHON_PN}-flask \ 15 ${PYTHON_PN}-flask \