[oe-commits] [meta-openembedded] 08/08: python-socketio.inc: add missing RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sun Aug 11 15:50:13 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 7d0740fcd6b8845c5df2efc464fa0e27209ce8b9
Author: Maciej Pijanowski <maciej.pijanowski at 3mdeb.com>
AuthorDate: Sun Aug 11 17:16:26 2019 +0200

    python-socketio.inc: add missing RDEPENDS
    
    Without additional RDEPENDS module could not be properly imported on
    python 3.7.4. Additional RDEPENDS had to be added in order to start the
    most basic examples from documentation:
    https://python-socketio.readthedocs.io/en/latest/client.html
    
    Signed-off-by: Maciej Pijanowski <maciej.pijanowski at 3mdeb.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-socketio.inc | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-socketio.inc b/meta-python/recipes-devtools/python/python-socketio.inc
index fa62afc..7ebc4ea 100644
--- a/meta-python/recipes-devtools/python/python-socketio.inc
+++ b/meta-python/recipes-devtools/python/python-socketio.inc
@@ -12,6 +12,17 @@ PYPI_PACKAGE = "python-socketio"
 SRC_URI[md5sum] = "86cd47dddea1785ce7a6c72f55c93fe7"
 SRC_URI[sha256sum] = "506b2cf7a520b40ea0b3f25e1272eff8de134dce6f471c1f6bc0de8c90fe8c57"
 
+PACKAGECONFIG ?= "asyncio_client client"
+PACKAGECONFIG[asyncio_client] = ",,,python3-aiohttp python3-websockets"
+PACKAGECONFIG[client] = ",,,python3-requests python3-websocket-client"
+
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-engineio \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-math \
+    ${PYTHON_PN}-pickle \
+    ${PYTHON_PN}-json \
+    ${PYTHON_PN}-threading \
+    ${PYTHON_PN}-six \
+    ${PYTHON_PN}-attrs \
     "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list