summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-globus-cli/package.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/py-globus-cli/package.py b/var/spack/repos/builtin/packages/py-globus-cli/package.py
index c597ab375a..c945eddaba 100644
--- a/var/spack/repos/builtin/packages/py-globus-cli/package.py
+++ b/var/spack/repos/builtin/packages/py-globus-cli/package.py
@@ -26,10 +26,3 @@ class PyGlobusCli(PythonPackage):
depends_on("py-click@8", type=("build", "run"))
depends_on("py-jmespath@1.0.1", type=("build", "run"))
depends_on("py-packaging@17:", type=("build", "run"))
- # According to the developers, these requirements are implicit
- # for py-globus-sdk, but they are listed explicitly "in case
- # the underlying lib ever changes"
- depends_on("py-requests@2.19.1:2", type=("build", "run"))
- depends_on("py-pyjwt@2.0.0:2+crypto", type=("build", "run"))
- depends_on("py-cryptography@3.3.1:3.3", type=("build", "run"))
- depends_on("py-typing-extensions@4:", type=("build", "run"), when="^python@:3.10")