Skip to content

Commit 1633383

Browse files
committed
python3-azure-iot-device: add missing dependency
Signed-off-by: Scott Ware <[email protected]>
1 parent 2d82cc0 commit 1633383

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

recipes-azure/python/python3-azure-iot-device_2.13.0.bb

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,15 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
77
inherit pypi setuptools3
88

99
RDEPENDS:${PN} += "\
10-
${PYTHON_PN}-asyncio \
11-
${PYTHON_PN}-crypt \
12-
${PYTHON_PN}-datetime \
13-
${PYTHON_PN}-io \
14-
${PYTHON_PN}-json \
15-
${PYTHON_PN}-logging \
16-
${PYTHON_PN}-netclient \
17-
"
18-
19-
RDEPENDS:${PN} += "\
20-
${PYTHON_PN}-deprecation \
21-
${PYTHON_PN}-janus \
22-
${PYTHON_PN}-paho-mqtt \
23-
${PYTHON_PN}-pysocks \
24-
${PYTHON_PN}-requests \
25-
${PYTHON_PN}-requests-unixsocket \
26-
${PYTHON_PN}-six \
27-
${PYTHON_PN}-urllib3 \
10+
python3-deprecation \
11+
python3-janus \
12+
python3-paho-mqtt \
13+
python3-pysocks \
14+
python3-requests \
15+
python3-requests-unixsocket \
16+
python3-six \
17+
python3-urllib3 \
18+
python3-typing-extensions \
2819
"
2920

3021
PR = "r0"

0 commit comments

Comments
 (0)