diff options
author | Derek Straka <derek@asterius.io> | 2024-01-12 22:27:37 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-13 09:08:38 -0800 |
commit | ccd8dea4427a25c86bdea0fc9a41e9040faf3fdb (patch) | |
tree | b4b2c67120892c0dd9cd5ff7b7f5a48f013e72ac | |
parent | 73452860de655b532bd0f410f46662576424f2e5 (diff) | |
download | meta-openembedded-ccd8dea4427a25c86bdea0fc9a41e9040faf3fdb.tar.gz |
python3-socketio: update to version 5.11.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-socketio_5.11.0.bb (renamed from meta-python/recipes-devtools/python/python3-socketio_5.10.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.10.0.bb b/meta-python/recipes-devtools/python/python3-socketio_5.11.0.bb index 68168bb635..72471e956a 100644 --- a/meta-python/recipes-devtools/python/python3-socketio_5.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-socketio_5.11.0.bb | |||
@@ -9,7 +9,7 @@ inherit pypi python_setuptools_build_meta | |||
9 | 9 | ||
10 | PYPI_PACKAGE = "python-socketio" | 10 | PYPI_PACKAGE = "python-socketio" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "01c616946fa9f67ed5cc3d1568e1c4940acfc64aeeb9ff621a53e80cabeb748a" | 12 | SRC_URI[sha256sum] = "b03186e04b942088781f6286c13604a853e5e35ed59158c51ff7af22fa032e6f" |
13 | 13 | ||
14 | PACKAGECONFIG ?= "asyncio_client client" | 14 | PACKAGECONFIG ?= "asyncio_client client" |
15 | PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets" | 15 | PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets" |