summaryrefslogtreecommitdiff
path: root/www/py-aiohttp/patches/patch-setup.cfg
blob: c3c0d40394f4ccf5e4f8f5dd5060c72118661cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-setup.cfg,v 1.1 2022/12/06 20:14:34 wiz Exp $

Unrestrict since pkgsrc has newer version.

--- setup.cfg.orig	2022-09-21 13:09:48.801040000 +0000
+++ 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
 	multidict >=4.5, < 7.0
 	async_timeout >= 4.0.0a3, < 5.0
 	asynctest == 0.13.0; python_version<"3.8"