mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-27 00:30:20 +00:00
python3-websocket-client: upgrade 1.9.0 -> 1.9.2
License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "websocket client for python"
|
||||
DESCRIPTION = "\
|
||||
websocket-client module is WebSocket client for python. \
|
||||
This provide the low level APIs for WebSocket. All APIs \
|
||||
are the synchronous functions."
|
||||
HOMEPAGE = "https://github.com/websocket-client/websocket-client"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=69c77173fe8892e9fdecd46557b957ad"
|
||||
|
||||
SRC_URI[sha256sum] = "0fcb57545848be86992e128218fd96dd87a6769ffdb1a968dff79632b85604d0"
|
||||
|
||||
PYPI_PACKAGE = "websocket_client"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
python3-six \
|
||||
python3-logging \
|
||||
"
|
||||
Reference in New Issue
Block a user