openbsd-ports/www/py-aiohttp/patches/patch-setup_cfg

13 lines
324 B
Plaintext

Index: setup.cfg
--- setup.cfg.orig
+++ setup.cfg
@@ -47,7 +47,7 @@ zip_safe = False
include_package_data = True
install_requires =
attrs >= 17.3.0
- charset-normalizer >=2.0, < 3.0
+ charset-normalizer >=2.0, < 4.0
multidict >=4.5, < 7.0
async_timeout >= 4.0.0a3, < 5.0
asynctest == 0.13.0; python_version<"3.8"