| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-websockets: upgrade to 8.0.2 | Maciej Pijanowski | 2019-08-11 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | | The present version was not compatible with python 3.7 because async is now the proper keyword. The reported werror was: asyncio_ensure_future = asyncio.async # Python < 3.5 ^ SyntaxError: invalid syntax Issues like this one: https://github.com/psf/requests-html/issues/65 explains the reason of that. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | python3-websockets: Add new recipe for v4.0.1 version | Krzysztof Kozlowski | 2018-05-01 | 1 | -0/+16 |
| Add recipe for python3-websockets v4.0.1. Strictly speaking the package does not require asyncio but instead builds on top of it and it is essential for any work. Make this recipe a native one to allow usage for example in image tests as a websocket client talking to a device under test. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> | |||||
