diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python.inc | 9 |
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 177b819d4c..1fc98bdbda 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 | |||
11 | PYPI_PACKAGE = "AWSIoTPythonSDK" | 11 | PYPI_PACKAGE = "AWSIoTPythonSDK" |
12 | 12 | ||
13 | RDEPENDS_${PN} += " \ | 13 | RDEPENDS_${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 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |