summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-boto3/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-boto3/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-boto3/package.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/py-boto3/package.py b/var/spack/repos/builtin/packages/py-boto3/package.py
index 29b679bb59..07388367d2 100644
--- a/var/spack/repos/builtin/packages/py-boto3/package.py
+++ b/var/spack/repos/builtin/packages/py-boto3/package.py
@@ -22,14 +22,14 @@ class PyBoto3(PythonPackage):
depends_on('python@2.7:2.8,3.6:', when='@1.17.27', type=('build', 'run'))
depends_on('python@2.6:', when='@1.9:1.10', type=('build', 'run'))
depends_on('py-setuptools', type='build')
- depends_on('py-botocore@1.21.12:1.21.999', when='@1.18.12:', type=('build', 'run'))
- depends_on('py-botocore@1.20.27:1.20.999', when='@1.17.27', type=('build', 'run'))
- depends_on('py-botocore@1.13.44:1.13.999', when='@1.10.44', type=('build', 'run'))
- depends_on('py-botocore@1.13.38:1.13.999', when='@1.10.38', type=('build', 'run'))
- depends_on('py-botocore@1.12.169:1.12.999', when='@1.9.169', type=('build', 'run'))
+ depends_on('py-botocore@1.21.12:1.21', when='@1.18.12:', type=('build', 'run'))
+ depends_on('py-botocore@1.20.27:1.20', when='@1.17.27', type=('build', 'run'))
+ depends_on('py-botocore@1.13.44:1.13', when='@1.10.44', type=('build', 'run'))
+ depends_on('py-botocore@1.13.38:1.13', when='@1.10.38', type=('build', 'run'))
+ depends_on('py-botocore@1.12.169:1.12', when='@1.9.169', type=('build', 'run'))
- depends_on('py-jmespath@0.7.1:0.999', type=('build', 'run'))
+ depends_on('py-jmespath@0.7.1:0', type=('build', 'run'))
- depends_on('py-s3transfer@0.5.0:0.5.999', when='@1.18.12:', type=('build', 'run'))
- depends_on('py-s3transfer@0.3.0:0.3.999', when='@1.17.27', type=('build', 'run'))
- depends_on('py-s3transfer@0.2.0:0.2.999', when='@:1.10', type=('build', 'run'))
+ depends_on('py-s3transfer@0.5.0:0.5', when='@1.18.12:', type=('build', 'run'))
+ depends_on('py-s3transfer@0.3.0:0.3', when='@1.17.27', type=('build', 'run'))
+ depends_on('py-s3transfer@0.2.0:0.2', when='@:1.10', type=('build', 'run'))