summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@fujitsu.com>2021-08-02 11:37:50 +0800
committerKhem Raj <raj.khem@gmail.com>2021-08-03 08:52:32 -0700
commit9b03daa43aef2e65be574f49ec44da9c56801271 (patch)
tree45df32e75d6da9abcf8e7c7c5837872e53f9ef5b /meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb
parent2fe2e93c9eef7fae5d8ee6aa4ccf647554252b63 (diff)
downloadmeta-openembedded-9b03daa43aef2e65be574f49ec44da9c56801271.tar.gz
python3-gmqtt: upgrade 0.6.9 -> 0.6.10
Fix unsubscribe and heap storage behavior Fair waiting for the heap based storage is empty Fix unsubscribe cleans subscriptions storage Fix tests Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb
deleted file mode 100644
index 73c0ae0acf..0000000000
--- a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.9.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "Client for MQTT protocol"
2HOMEPAGE = "https://github.com/wialon/gmqtt"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=903f1792621a3b35ee546da75d139177"
5
6SRC_URI[sha256sum] = "0e98a964393834e724c93b5dce9524c9f1255c338c0d972188794f54c6559f04"
7
8inherit pypi setuptools3
9
10RDEPENDS_${PN} += "\
11 python3-asyncio \
12 python3-core \
13 python3-datetime \
14 python3-json \
15 python3-logging \
16 python3-netclient \
17"
18
19BBCLASSEXTEND = "native nativesdk"