André Draszik
d8ca746935
python-aws-iot-device-sdk-python: fix runtime dependencies
...
They were completely wrong...
List of imports obtained via:
rgrep -w import \
| awk -F : '{ $1="" ; gsub(/^[ \t]+|[ \t]+$/, ""); print; }' \
| grep -v AWSIoTPythonSDK \
| sort -u
and packages providing the relevant modules extracted using
oe-pkgdata-util find-path.
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Derek Straka
3aa3c9bba6
python-aws-iot-device-sdk-python: update to version 1.3.1
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:02 -08:00
Derek Straka
79730c917a
python-aws-iot-device-sdk-python: update to version 1.2.0
...
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-09-22 22:50:44 +00:00
Fabio Berton
7504f86374
python-aws-iot-device-sdk-python: Add recipe for version 1.1.2
...
The AWS IoT Device SDK for Python allows developers to write Python
script to use their devices to access the AWS IoT platform through
MQTT or MQTT over the WebSocket protocol.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-08-31 10:18:33 +02:00