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-22 14:59:10 +1300
committerKhem Raj <raj.khem@gmail.com>2018-11-26 09:38:14 -0800
commit5ce9fda7fc3418046ea2abaabed3e9a4272d67e3 (patch)
treea386572e9509cb48def7767e1de841e2a94493d2 /meta-python/recipes-devtools/python/python-paho-mqtt_1.4.0.bb
parentb26618c971606e0f6c8747cd42a365c2a53918b4 (diff)
downloadmeta-openembedded-contrib-5ce9fda7fc3418046ea2abaabed3e9a4272d67e3.tar.gz
python*-paho-mqtt: upgrade to 1.4.0
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> Signed-off-by: Khem Raj <raj.khem@gmail.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 \
+"