diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-24 11:30:12 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-23 21:55:52 -0700 |
| commit | 429fd951bc5d6f3b2ff5a672e923e0c42ddcf759 (patch) | |
| tree | c16a0d964c8c114c1becab68efb4c1d5b729a36f /meta-python/recipes-devtools/python/python3-websockets_11.0.1.bb | |
| parent | 5629cd6bcacefd8ee0287277689732e0ddf1eb4d (diff) | |
| download | meta-openembedded-429fd951bc5d6f3b2ff5a672e923e0c42ddcf759.tar.gz | |
python3-websockets: upgrade 11.0.1 -> 11.0.2
Changelog:
Fixed a deadlock in the threading implementation when closing a connection without reading all messages.
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-websockets_11.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-websockets_11.0.1.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-websockets_11.0.1.bb b/meta-python/recipes-devtools/python/python3-websockets_11.0.1.bb deleted file mode 100644 index 06110d38b9..0000000000 --- a/meta-python/recipes-devtools/python/python3-websockets_11.0.1.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | SUMMARY = "An implementation of the WebSocket Protocol (RFC 6455)" | ||
| 2 | HOMEPAGE = "https://github.com/aaugustin/websockets" | ||
| 3 | |||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "369410925b240b30ef1c1deadbd6331e9cd865ad0b8966bf31e276cc8e0da159" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = "\ | ||
| 14 | ${PYTHON_PN}-asyncio \ | ||
| 15 | " | ||
