Support for Python 2 has been dropped in meta-virtualization. Move python-websocket-client and other related recipes to meta-python2 for backward compatibility of legacy projects.
Signed-off-by: Leon Anavi <[email protected]> --- recipes-devtools/python/python-websocket-client_0.44.0.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-devtools/python/python-websocket-client_0.44.0.bb diff --git a/recipes-devtools/python/python-websocket-client_0.44.0.bb b/recipes-devtools/python/python-websocket-client_0.44.0.bb new file mode 100644 index 0000000..962d29f --- /dev/null +++ b/recipes-devtools/python/python-websocket-client_0.44.0.bb @@ -0,0 +1,11 @@ +SUMMARY = "WebSocket client for python. hybi13 is supported." +HOMEPAGE = "https://github.com/websocket-client/websocket-client.git" +LICENSE = "LGPL-3.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=18b09a20dd186af4fd60f1a08311628c" + +inherit pypi setuptools + +PYPI_PACKAGE = "websocket_client" + +SRC_URI[md5sum] = "73d87aa16a2212da448b30aca9c5bf3b" +SRC_URI[sha256sum] = "15f585566e2ea7459136a632b9785aa081093064391878a448c382415e948d72" -- 2.7.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#83895): https://lists.openembedded.org/g/openembedded-devel/message/83895 Mute This Topic: https://lists.openembedded.org/mt/72995327/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
