ports/www/py-httpx013/files/patch-setup.py
Po-Chuan Hsieh d9b8580486
www/py-httpx013: Allow build with py-idna 3.*
- Bump PORTREVISION for package change
2022-04-16 12:19:29 +08:00

17 lines
417 B
Python

--- setup.py.orig 2020-05-29 10:29:22 UTC
+++ setup.py
@@ -58,10 +58,10 @@ setup(
"certifi",
"hstspreload",
"sniffio",
- "chardet==3.*",
- "idna==2.*",
- "rfc3986>=1.3,<2",
- "httpcore==0.9.*",
+ "chardet>=3.0",
+ "idna>=2.0",
+ "rfc3986>=1.3",
+ "httpcore>=0.9",
],
classifiers=[
"Development Status :: 4 - Beta",