libsm: update to 1.2.5
[oi-userland.git] / components / python / aiohttp / patches / 02-requirements-path.patch
blob83325023be23a5b742853d93a8a8ea22ad98c65d
1 --- aiohttp-3.11.9/requirements/test.in.orig
2 +++ aiohttp-3.11.9/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.9/requirements/base.in.orig
10 +++ aiohttp-3.11.9/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