summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-socketio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-socketio.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-socketio.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-socketio.inc b/meta-python/recipes-devtools/python/python-socketio.inc
index 7ebc4eac7a..7ee99f8d99 100644
--- a/meta-python/recipes-devtools/python/python-socketio.inc
+++ b/meta-python/recipes-devtools/python/python-socketio.inc
@@ -12,9 +12,9 @@ PYPI_PACKAGE = "python-socketio"
12SRC_URI[md5sum] = "86cd47dddea1785ce7a6c72f55c93fe7" 12SRC_URI[md5sum] = "86cd47dddea1785ce7a6c72f55c93fe7"
13SRC_URI[sha256sum] = "506b2cf7a520b40ea0b3f25e1272eff8de134dce6f471c1f6bc0de8c90fe8c57" 13SRC_URI[sha256sum] = "506b2cf7a520b40ea0b3f25e1272eff8de134dce6f471c1f6bc0de8c90fe8c57"
14 14
15PACKAGECONFIG ?= "asyncio_client client" 15PACKAGECONFIG ?= ""
16PACKAGECONFIG[asyncio_client] = ",,,python3-aiohttp python3-websockets" 16PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets"
17PACKAGECONFIG[client] = ",,,python3-requests python3-websocket-client" 17PACKAGECONFIG[client] = ",,,${PYTHON_PN}-requests ${PYTHON_PN}-websocket-client"
18 18
19RDEPENDS_${PN} += "\ 19RDEPENDS_${PN} += "\
20 ${PYTHON_PN}-engineio \ 20 ${PYTHON_PN}-engineio \