Skip to content

Commit 9eb432e

Browse files
committed
Pin aiohttp<4.0.0
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
1 parent 603199b commit 9eb432e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

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

0 commit comments

Comments
 (0)