summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-httpx/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-httpx/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-httpx/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-httpx/package.py b/var/spack/repos/builtin/packages/py-httpx/package.py
index 5dc0f85788..91f5f42a65 100644
--- a/var/spack/repos/builtin/packages/py-httpx/package.py
+++ b/var/spack/repos/builtin/packages/py-httpx/package.py
@@ -23,7 +23,6 @@ class PyHttpx(PythonPackage):
depends_on("py-setuptools", type="build")
depends_on("py-certifi", type=("build", "run"))
depends_on("py-charset-normalizer", type=("build", "run"), when="@0.22.0:")
- depends_on("py-async-generator", type=("build", "run"), when="@0.22.0:^python@:3.6")
depends_on("py-httpcore@0.11.0:0.11", type=("build", "run"), when="@0.15.2")
depends_on("py-httpcore@0.14.5:0.14", type=("build", "run"), when="@0.22.0:")