summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gmqtt_0.4.4.bb
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-03-04 20:20:28 +0000
committerKhem Raj <raj.khem@gmail.com>2020-03-04 18:54:20 -0800
commit0fa20f865287844cafea09fa389f8ada95dbc904 (patch)
treecdb942387e21b56b2422f1536076694a05ed84c4 /meta-python/recipes-devtools/python/python3-gmqtt_0.4.4.bb
parent90683147fa6840b16816a75154dba89725ddb0a3 (diff)
downloadmeta-openembedded-0fa20f865287844cafea09fa389f8ada95dbc904.tar.gz
python3-gmqtt: upgrade 0.4.4 -> 0.6.2
See full changelog https://github.com/wialon/gmqtt/releases Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gmqtt_0.4.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gmqtt_0.4.4.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gmqtt_0.4.4.bb b/meta-python/recipes-devtools/python/python3-gmqtt_0.4.4.bb
deleted file mode 100644
index ff89087a18..0000000000
--- a/meta-python/recipes-devtools/python/python3-gmqtt_0.4.4.bb
+++ /dev/null
@@ -1,21 +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[md5sum] = "af3a2c6c2f8e3c934b31159ffdce5fd6"
7SRC_URI[sha256sum] = "b96bca8a54b8af057d4cc42a79f9e2b40cdbb5a2bfebbc5f05ee35575d3e3089"
8
9inherit pypi setuptools3
10
11RDEPENDS_${PN} += "\
12 python3-asyncio \
13 python3-core \
14 python3-datetime \
15 python3-json \
16 python3-logging \
17 python3-netclient \
18 python3-typing \
19"
20
21BBCLASSEXTEND = "native nativesdk"