mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-16 02:50:49 +00:00
python3-gmqtt: Upgrade to 0.6.5
Upgrade to release 0.6.5.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6575f2f016)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
21
meta-python/recipes-devtools/python/python3-gmqtt_0.6.5.bb
Normal file
21
meta-python/recipes-devtools/python/python3-gmqtt_0.6.5.bb
Normal file
@@ -0,0 +1,21 @@
|
||||
SUMMARY = "Client for MQTT protocol"
|
||||
HOMEPAGE = "https://github.com/wialon/gmqtt"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=903f1792621a3b35ee546da75d139177"
|
||||
|
||||
SRC_URI[md5sum] = "9388ec09b6536c4e68c5ac5c31de3dc9"
|
||||
SRC_URI[sha256sum] = "c12b2d7d5a90f3304b7291b1d9d21df47e228dfb4ff990e965008fdd1a55ce60"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
python3-asyncio \
|
||||
python3-core \
|
||||
python3-datetime \
|
||||
python3-json \
|
||||
python3-logging \
|
||||
python3-netclient \
|
||||
python3-typing \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user