Skip to content

Commit

Permalink
Pin aiohttp<4.0.0
Browse files Browse the repository at this point in the history
aiohttp doesn't compile with the gcc available in Ubuntu Jammy, the
error raised is:

aiohttp/_http_parser.c:16227:5: error: lvalue required as increment operand

(cherry picked from commit 9eb432e)
  • Loading branch information
freyes committed Aug 23, 2022
1 parent a888a0b commit bc0c597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

version = "0.0.1.dev1"
install_require = [
'aiohttp<4.0.0', # aiohttp/_http_parser.c:16227:5: error: lvalue required as increment operand
'oslo.config<6.12.0', # pin at stable/train to retain Py3.5 support
'async_generator',

Expand Down

0 comments on commit bc0c597

Please sign in to comment.