ports/www/py-aiohttp/files/patch-setup.cfg

20 lines
570 B
INI

--- setup.cfg.orig 2024-11-19 15:00:20 UTC
+++ setup.cfg
@@ -56,7 +56,7 @@ install_requires =
frozenlist >= 1.1.1
multidict >=4.5, < 7.0
propcache >= 0.2.0
- yarl >= 1.17.0, < 2.0
+ yarl >= 1.12.0, < 2.0
[options.exclude_package_data]
* =
@@ -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'