diff options
author | Pascal Bach <pascal.bach@nextrem.ch> | 2017-07-19 17:33:16 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-24 18:58:53 +0200 |
commit | 1864ea6ee95ec03fb5876df21f7e9a0d166efe42 (patch) | |
tree | aa0c06d1ec929b6a7a3a50d5ca2715d41ec34edb /meta-python/recipes-devtools/python/python-paho-mqtt.inc | |
parent | f2f7532eb37487c0c373c088e6962dd8aef0a09a (diff) | |
download | meta-openembedded-1864ea6ee95ec03fb5876df21f7e9a0d166efe42.tar.gz |
python-paho-mqtt, python3-paho-mqtt: update to 1.3.0
Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-paho-mqtt.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-paho-mqtt.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc index 545985c03..531fdf718 100644 --- a/meta-python/recipes-devtools/python/python-paho-mqtt.inc +++ b/meta-python/recipes-devtools/python/python-paho-mqtt.inc | |||
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc" | |||
4 | SRCNAME = "paho-mqtt" | 4 | SRCNAME = "paho-mqtt" |
5 | 5 | ||
6 | inherit pypi | 6 | inherit pypi |
7 | SRC_URI[md5sum] = "4bd192ea24e7aa347f6d240101ef82f6" | 7 | SRC_URI[md5sum] = "b9338236e2836e8579ef140956189cc4" |
8 | SRC_URI[sha256sum] = "0fd746d8650563290f1bd0fec01e74cb57c3ab7406bdb58e5d9252bb5fa5ca44" | 8 | SRC_URI[sha256sum] = "2c9ef5494cfc1e41a9fff6544c5a2cd59ea5d401d9119a06ecf7fad6a2ffeb93" |
9 | 9 | ||
10 | RDEPENDS_${PN} = "\ | 10 | RDEPENDS_${PN} = "\ |
11 | ${PYTHON_PN}-math \ | 11 | ${PYTHON_PN}-math \ |