aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-socketio.inc
AgeCommit message (Collapse)Author
2019-08-24python-socketio: prevent python2 socketio depending on python3-aiohttpMartin Jansa
* enable client and asyncio_client PACKAGECONFIGs only in python3-socketio, because there is no python-websockets, python--websocket-client recipes for python2 version * fixes: ERROR: Nothing RPROVIDES 'python3-aiohttp' (but meta-oe/meta-python/recipes-devtools/python/python-socketio_4.3.1.bb RDEPENDS on or otherwise requires it) when python3-aiohttp is blacklisted Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-11python-socketio.inc: add missing RDEPENDSMaciej Pijanowski
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@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-11python-socketio: upgrade to 4.3.1Maciej Pijanowski
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-09python-flask-socketio: move to meta-python directoryYi Zhao
The previous commits put the python-engineio, python-socketio and python-flask-socketio to a wrong directory. Move them to meta-python. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>