From aaa01d19116f354e760ae122734797d36f331c4d Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Sat, 10 Apr 2021 09:48:22 +0200 Subject: [PATCH] meta-somdevices: Added python-spidev_3.2.bb and python-websocket-client_0.53.0.bb recipes. Signed-off-by: Josep Orga --- recipes-somdevices/python/python-spidev_3.2.bb | 2 ++ .../python/python-websocket-client_0.53.0.bb | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 recipes-somdevices/python/python-spidev_3.2.bb create mode 100644 recipes-somdevices/python/python-websocket-client_0.53.0.bb diff --git a/recipes-somdevices/python/python-spidev_3.2.bb b/recipes-somdevices/python/python-spidev_3.2.bb new file mode 100644 index 0000000..537575d --- /dev/null +++ b/recipes-somdevices/python/python-spidev_3.2.bb @@ -0,0 +1,2 @@ +inherit setuptools +require ../meta-python/recipes-devtools/python/python-spidev.inc diff --git a/recipes-somdevices/python/python-websocket-client_0.53.0.bb b/recipes-somdevices/python/python-websocket-client_0.53.0.bb new file mode 100644 index 0000000..7b44fa0 --- /dev/null +++ b/recipes-somdevices/python/python-websocket-client_0.53.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=4999ff812affd4e43e9848e8bfc732cb" + +inherit pypi setuptools + +PYPI_PACKAGE = "websocket_client" + +SRC_URI[md5sum] = "e1700953d5daef5706c527dbb4b5edef" +SRC_URI[sha256sum] = "c42b71b68f9ef151433d6dcc6a7cb98ac72d2ad1e3a74981ca22bc5d9134f166" -- 2.17.1