mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
11 lines
376 B
INI
11 lines
376 B
INI
--- setup.cfg.orig 2024-11-19 15:00:20 UTC
|
|
+++ setup.cfg
|
|
@@ -65,7 +65,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'
|
|
|