mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python-paho-mqtt: add recipe
Add recipe for python-paho-mqtt, a MQTT 3.1 client library. Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f57d841f72
commit
16fc3475bc
15
meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
Normal file
15
meta-python/recipes-devtools/python/python-paho-mqtt_1.1.bb
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
SUMMARY = "MQTT version 3.1/3.1.1 client library"
|
||||
LICENSE = "EPL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc"
|
||||
SRCNAME = "paho-mqtt"
|
||||
|
||||
inherit pypi
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-math \
|
||||
python-io \
|
||||
python-threading \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "a6407b74eb5e5411e157be1de5c11366"
|
||||
SRC_URI[sha256sum] = "0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e"
|
||||
Loading…
Reference in New Issue
Block a user