diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb new file mode 100644 index 0000000000..faadcec1b3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "MQTT version 3.1/3.1.1 client library" | ||
2 | LICENSE = "EPL-1.0" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc" | ||
4 | SRCNAME = "paho-mqtt" | ||
5 | |||
6 | inherit pypi | ||
7 | |||
8 | RDEPENDS_${PN} = "\ | ||
9 | python-math \ | ||
10 | python-io \ | ||
11 | python-threading \ | ||
12 | " | ||
13 | |||
14 | SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366" | ||
15 | SRC_URI[sha256sum] = "0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e" | ||