summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python.inc9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python.inc b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python.inc
index 177b819d4..1fc98bdbd 100644
--- a/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python.inc
+++ b/meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python.inc
@@ -11,8 +11,15 @@ inherit pypi
11PYPI_PACKAGE = "AWSIoTPythonSDK" 11PYPI_PACKAGE = "AWSIoTPythonSDK"
12 12
13RDEPENDS_${PN} += " \ 13RDEPENDS_${PN} += " \
14 ${PYTHON_PN}-pyopenssl \ 14 ${PYTHON_PN}-crypt \
15 ${PYTHON_PN}-datetime \
16 ${PYTHON_PN}-io \
15 ${PYTHON_PN}-json \ 17 ${PYTHON_PN}-json \
18 ${PYTHON_PN}-logging \
19 ${PYTHON_PN}-math \
20 ${PYTHON_PN}-netclient \
21 ${PYTHON_PN}-numbers \
22 ${PYTHON_PN}-threading \
16" 23"
17 24
18BBCLASSEXTEND = "native nativesdk" 25BBCLASSEXTEND = "native nativesdk"