summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-gql/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-gql/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-gql/package.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/py-gql/package.py b/var/spack/repos/builtin/packages/py-gql/package.py
index 3e731471a3..573162c08c 100644
--- a/var/spack/repos/builtin/packages/py-gql/package.py
+++ b/var/spack/repos/builtin/packages/py-gql/package.py
@@ -18,12 +18,12 @@ class PyGql(PythonPackage):
depends_on('py-setuptools', type='build')
depends_on('py-aiohttp@3.6.2', type=('build', 'run'), when='@3.0:')
- depends_on('py-graphql-core@3.1.0:3.1.999', type=('build', 'run'), when='@3.0:')
- depends_on('py-requests@2.23:2.999', type=('build', 'run'), when='@3.0:')
- depends_on('py-websockets@8.1:8.999', type=('build', 'run'), when='@3.0:')
- depends_on('py-yarl@1.4:1.999', type=('build', 'run'), when='@3.0:')
+ depends_on('py-graphql-core@3.1.0:3.1', type=('build', 'run'), when='@3.0:')
+ depends_on('py-requests@2.23:2', type=('build', 'run'), when='@3.0:')
+ depends_on('py-websockets@8.1:8', type=('build', 'run'), when='@3.0:')
+ depends_on('py-yarl@1.4:1', type=('build', 'run'), when='@3.0:')
- depends_on('py-graphql-core@2.0:2.999', type=('build', 'run'), when='@0.4.0')
+ depends_on('py-graphql-core@2.0:2', type=('build', 'run'), when='@0.4.0')
depends_on('py-six@1.10.0:', type=('build', 'run'), when='@0.4.0')
- depends_on('py-promise@2.0:2.999', type=('build', 'run'), when='@0.4.0')
- depends_on('py-requests@2.12:2.999', type=('build', 'run'), when='@0.4.0')
+ depends_on('py-promise@2.0:2', type=('build', 'run'), when='@0.4.0')
+ depends_on('py-requests@2.12:2', type=('build', 'run'), when='@0.4.0')