Commit 21e5369
python3-websockets: upgrade to 8.0.2
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: psf/requests-html#65
explains the reason of that.
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Khem Raj <[email protected]>1 parent 3947b77 commit 21e5369
File tree
1 file changed
+3
-3
lines changed- meta-python/recipes-devtools/python
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments