aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/requests/py3/patches/02-support-charset-normalizer-2.1.patch
blob: 2cf1ea08aefb00696f50c6dd081b4ec8c92b8203 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/python/requests/py3/.dist-info/METADATA	(index)
+++ contrib/python/requests/py3/.dist-info/METADATA	(working tree)
@@ -30,7 +30,7 @@ Classifier: Topic :: Software Development :: Libraries
 Requires-Python: >=3.7, <4
 Description-Content-Type: text/markdown
 License-File: LICENSE
-Requires-Dist: charset-normalizer (~=2.0.0)
+Requires-Dist: charset-normalizer (>=2.0.0)
 Requires-Dist: idna (<4,>=2.5)
 Requires-Dist: urllib3 (<1.27,>=1.21.1)
 Requires-Dist: certifi (>=2017.4.17)