ports/www/py-aiohttp/files/patch-setup.cfg
Po-Chuan Hsieh 18ea8d0656
www/py-aiohttp: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
2024-11-27 10:34:59 +08:00

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'