aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-11-21 02:53:59 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-11-22 14:56:38 +1300
commite6423c745f307059e2637a6437fda307f3d4894d (patch)
tree1cf7bb31b446aa90f8a1263dd7e69e2ba9ea3cf2 /meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb
parent3a1fd3001d008f59f9737b8702cce6471743d628 (diff)
downloadmeta-openembedded-contrib-paule/mqtt-updates.tar.gz
python*-paho-mqtt: upgrade to 1.4.0paule/mqtt-updates
1.4.0 is primarily a bugfix release, see here for details: https://github.com/eclipse/paho.mqtt.python/blob/v1.4.0/ChangeLog.txt Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb
new file mode 100644
index 0000000000..a1031176e4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb
@@ -0,0 +1,6 @@
+inherit setuptools
+require python-paho-mqtt.inc
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-subprocess \
+"