File tree Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,15 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
7
7
inherit pypi setuptools3
8
8
9
9
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 \
28
19
"
29
20
30
21
PR = "r0"
You can’t perform that action at this time.
0 commit comments