summaryrefslogtreecommitdiffstats
path: root/rules/python3-hbmqtt.in
diff options
context:
space:
mode:
authorDavid Jander <david@protonic.nl>2018-01-29 16:40:16 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-01-29 18:11:08 +0100
commitf10ce65178c2656531d5952f9dfd8b29b68f20bf (patch)
treea014a19055454cc4adb9c75cfb2d028e82607f03 /rules/python3-hbmqtt.in
parente297da6d49ca5d8fa11435e3fb0deaa821d9aa13 (diff)
downloadptxdist-f10ce65178c2656531d5952f9dfd8b29b68f20bf.tar.gz
ptxdist-f10ce65178c2656531d5952f9dfd8b29b68f20bf.tar.xz
python3-hbmqtt: new package
Signed-off-by: David Jander <david@protonic.nl> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-hbmqtt.in')
-rw-r--r--rules/python3-hbmqtt.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/python3-hbmqtt.in b/rules/python3-hbmqtt.in
new file mode 100644
index 000000000..e4313876e
--- /dev/null
+++ b/rules/python3-hbmqtt.in
@@ -0,0 +1,12 @@
+## SECTION=python3
+
+config PYTHON3_HBMQTT
+ tristate
+ prompt "python3-hbmqtt"
+ select HOST_PYTHON3_SETUPTOOLS
+ select PYTHON3
+ select PYTHON3_TRANSITIONS
+ select PYTHON3_WEBSOCKETS
+ select PYTHON3_PYYAML
+ help
+ MQTT client/broker using Python asyncio