perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / anyio / patches / 02-no-uvloop.patch
blobf601f1c4169bcf0772407e27233f5401dcee53fd
1 This is optional test dependency and we do not have it packaged yet.
3 --- anyio-4.2.0/pyproject.toml.orig
4 +++ anyio-4.2.0/pyproject.toml
5 @@ -50,7 +50,6 @@
6 "pytest >= 7.0",
7 "pytest-mock >= 3.6.1",
8 "trustme",
9 - "uvloop >= 0.17; platform_python_implementation == 'CPython' and platform_system != 'Windows'",
11 doc = [
12 "packaging",