summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-paho-mqtt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-paho-mqtt.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-paho-mqtt.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc
new file mode 100644
index 000000000..7ff3fb242
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-paho-mqtt.inc
@@ -0,0 +1,14 @@
1SUMMARY = "MQTT version 3.1/3.1.1 client library"
2LICENSE = "EPL-1.0"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc"
4SRCNAME = "paho-mqtt"
5
6inherit pypi
7SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
8SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f"
9
10RDEPENDS_${PN} = "\
11 ${PYTHON_PN}-math \
12 ${PYTHON_PN}-io \
13 ${PYTHON_PN}-threading \
14"