aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-httpx/relax-dependencies.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-httpx/relax-dependencies.patch')
-rw-r--r--community/py3-httpx/relax-dependencies.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/py3-httpx/relax-dependencies.patch b/community/py3-httpx/relax-dependencies.patch
deleted file mode 100644
index 816463ab316..00000000000
--- a/community/py3-httpx/relax-dependencies.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Relax dependencies
-
---- a/setup.py
-+++ b/setup.py
-@@ -59,7 +59,7 @@ setup(
- "certifi",
- "charset_normalizer",
- "sniffio",
-- "rfc3986[idna2008]>=1.3,<2",
-+ "rfc3986[idna2008]",
- "httpcore>=0.14.5,<0.15.0",
- "async_generator; python_version < '3.7'"
- ],