diff options
author | Derek Straka <derek@asterius.io> | 2017-06-16 16:14:42 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-19 19:30:44 +0200 |
commit | 05f4ebb214402b3be60d33f5af52054dbe853d07 (patch) | |
tree | a8e4d173ea01205afcb5b1faff57ce317696d2fe /meta-python/recipes-devtools/python/python-paho-mqtt.inc | |
parent | af0e31c58a381c2478435e8d015c142bab58c452 (diff) | |
download | meta-openembedded-05f4ebb214402b3be60d33f5af52054dbe853d07.tar.gz |
python-paho-mqtt: update to version 1.2.3
Signed-off-by: Derek Straka <derek@asterius.io>
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 7ff3fb242f..545985c031 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] = "241150b3fcb920ddca4d33181f3238b1" | 7 | SRC_URI[md5sum] = "4bd192ea24e7aa347f6d240101ef82f6" |
8 | SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f" | 8 | SRC_URI[sha256sum] = "0fd746d8650563290f1bd0fec01e74cb57c3ab7406bdb58e5d9252bb5fa5ca44" |
9 | 9 | ||
10 | RDEPENDS_${PN} = "\ | 10 | RDEPENDS_${PN} = "\ |
11 | ${PYTHON_PN}-math \ | 11 | ${PYTHON_PN}-math \ |