summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-botocore/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-botocore/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-botocore/package.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/py-botocore/package.py b/var/spack/repos/builtin/packages/py-botocore/package.py
index b754420f7b..5076f0019c 100644
--- a/var/spack/repos/builtin/packages/py-botocore/package.py
+++ b/var/spack/repos/builtin/packages/py-botocore/package.py
@@ -27,19 +27,8 @@ class PyBotocore(PythonPackage):
depends_on("py-setuptools", type="build")
depends_on("py-jmespath@0.7.1:0", type=("build", "run"))
depends_on("py-docutils@0.10:0.15", type=("build", "run"), when="@:1.17")
- depends_on("py-ordereddict@1.1", type=("build", "run"), when="^python@2.6.0:2.6")
- depends_on("py-simplejson@3.3.0", type=("build", "run"), when="^python@2.6.0:2.6")
depends_on("py-python-dateutil@2.1:2", type=("build", "run"))
- depends_on("py-python-dateutil@2.1:2.6", type=("build", "run"), when="^python@2.6.0:2.6")
depends_on("py-urllib3@1.20:1.25", type=("build", "run"), when="@:1.14.11")
- depends_on("py-urllib3@1.20:1.23", type=("build", "run"), when="@:1.13 ^python@2.6.0:2.6")
- depends_on("py-urllib3@1.20:1.22", type=("build", "run"), when="@:1.13 ^python@3.3.0:3.3")
- depends_on(
- "py-urllib3@1.20:1.25.7", type=("build", "run"), when="@1.14.12:1.18 ^python@3.4.0:3.4"
- )
depends_on("py-urllib3@1.20:1.25", type=("build", "run"), when="@1.14.12:1.18")
- depends_on(
- "py-urllib3@1.25.4:1.25.7", type=("build", "run"), when="@1.19.0: ^python@3.4.0:3.4"
- )
depends_on("py-urllib3@1.25.4:1.25", type=("build", "run"), when="@1.19.0:1.19.15")
depends_on("py-urllib3@1.25.4:1.26", type=("build", "run"), when="@1.19.16:")