summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-socketio.inc
Commit message (Collapse)AuthorAgeFilesLines
* python3-socketio: consolidate into a single filePierre-Jean Texier2020-04-031-28/+0
| | | | | | | | | | For details see [1] [1] - https://lists.openembedded.org/g/openembedded-devel/topic/72718415 Suggested-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-socketio: upgrade 4.3.1 -> 4.4.0Pierre-Jean Texier2020-03-041-2/+2
| | | | | | | See full changelog https://github.com/miguelgrinberg/python-socketio/blob/master/CHANGES.md Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-socketio: prevent python2 socketio depending on python3-aiohttpMartin Jansa2019-08-241-3/+3
| | | | | | | | | | | | | * 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>
* python-socketio.inc: add missing RDEPENDSMaciej Pijanowski2019-08-111-0/+11
| | | | | | | | | | 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>
* python-socketio: upgrade to 4.3.1Maciej Pijanowski2019-08-111-2/+2
| | | | | Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-flask-socketio: move to meta-python directoryYi Zhao2019-04-091-0/+17
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>