python/aiohttp: update to 3.11.2
[oi-userland.git] / components / python / aiohttp / patches / 02-requirements-path.patch
blobbc95b171db32c3573b32adbd35e4ffa9615e4ad0
1 --- aiohttp-3.11.2/requirements/test.in.orig
2 +++ aiohttp-3.11.2/requirements/test.in
3 @@ -1,4 +1,4 @@
4 --r base.in
5 +-r requirements/base.in
7 coverage
8 freezegun
9 --- aiohttp-3.11.2/requirements/base.in.orig
10 +++ aiohttp-3.11.2/requirements/base.in
11 @@ -1,4 +1,4 @@
12 --r runtime-deps.in
13 +-r requirements/runtime-deps.in
15 gunicorn
16 uvloop; platform_system != "Windows" and implementation_name == "cpython" # MagicStack/uvloop#14