From 4ebe225e20480e55a4b7044ebc440bd7322db1f5 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 22 Feb 2017 12:45:36 -0500 Subject: python-paho-mqtt: update to version 1.2 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-paho-mqtt_1.1.bb | 15 --------------- .../recipes-devtools/python/python-paho-mqtt_1.2.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb create mode 100644 meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index b8f5f3fce2..0000000000 --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "MQTT version 3.1/3.1.1 client library" -LICENSE = "EPL-1.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc" -SRCNAME = "paho-mqtt" - -inherit pypi setuptools - -RDEPENDS_${PN} = "\ - python-math \ - python-io \ - python-threading \ -" - -SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366" -SRC_URI[sha256sum] = "0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e" diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb new file mode 100644 index 0000000000..c8acfc5579 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.2.bb @@ -0,0 +1,15 @@ +SUMMARY = "MQTT version 3.1/3.1.1 client library" +LICENSE = "EPL-1.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc" +SRCNAME = "paho-mqtt" + +inherit pypi setuptools + +RDEPENDS_${PN} = "\ + python-math \ + python-io \ + python-threading \ +" + +SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1" +SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f" -- cgit v1.2.3-54-g00ecf