mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Changes: https://github.com/aio-libs/aiohttp/releases https://docs.aiohttp.org/en/stable/changes.html
11 lines
376 B
INI
11 lines
376 B
INI
--- setup.cfg.orig 2024-07-30 19:48:43 UTC
|
|
+++ setup.cfg
|
|
@@ -62,7 +62,7 @@ speedups =
|
|
|
|
[options.extras_require]
|
|
speedups =
|
|
- aiodns >= 3.2.0; sys_platform=="linux" or sys_platform=="darwin"
|
|
+ aiodns >= 3.0.0; sys_platform=="linux" or sys_platform=="darwin"
|
|
Brotli; platform_python_implementation == 'CPython'
|
|
brotlicffi; platform_python_implementation != 'CPython'
|
|
|