summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pythran/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pythran/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pythran/package.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/py-pythran/package.py b/var/spack/repos/builtin/packages/py-pythran/package.py
index e48928a90b..431347d26b 100644
--- a/var/spack/repos/builtin/packages/py-pythran/package.py
+++ b/var/spack/repos/builtin/packages/py-pythran/package.py
@@ -32,16 +32,16 @@ class PyPythran(PythonPackage):
depends_on('py-ply@3.4:', type=('build', 'run'))
depends_on('py-networkx@2:', when='@:0.9.11', type=('build', 'run'))
depends_on('py-decorator', when='@:0.9.11', type=('build', 'run'))
- depends_on('py-gast@0.5.0:0.5.999', when='@0.9.12:', type=('build', 'run'))
- depends_on('py-gast@0.4.0:0.4.999', when='@0.9.7:0.9.11', type=('build', 'run'))
- depends_on('py-gast@0.3.3:0.3.999', when='@0.9.6', type=('build', 'run'))
+ depends_on('py-gast@0.5.0:0.5', when='@0.9.12:', type=('build', 'run'))
+ depends_on('py-gast@0.4.0:0.4', when='@0.9.7:0.9.11', type=('build', 'run'))
+ depends_on('py-gast@0.3.3:0.3', when='@0.9.6', type=('build', 'run'))
depends_on('py-gast@0.3.0:', when='@0.9.4:0.9.5', type=('build', 'run'))
depends_on('py-gast', when='@:0.9.3', type=('build', 'run'))
depends_on('py-six', when='@:0.9.11', type=('build', 'run'))
depends_on('py-numpy', type=('build', 'run'))
- depends_on('py-beniget@0.4.0:0.4.999', when='@0.9.12:', type=('build', 'run'))
- depends_on('py-beniget@0.3.0:0.3.999', when='@0.9.7:0.9.11', type=('build', 'run'))
- depends_on('py-beniget@0.2.1:0.2.999', when='@0.9.6', type=('build', 'run'))
+ depends_on('py-beniget@0.4.0:0.4', when='@0.9.12:', type=('build', 'run'))
+ depends_on('py-beniget@0.3.0:0.3', when='@0.9.7:0.9.11', type=('build', 'run'))
+ depends_on('py-beniget@0.2.1:0.2', when='@0.9.6', type=('build', 'run'))
depends_on('py-beniget@0.2.0:', when='@0.9.4:0.9.5', type=('build', 'run'))
depends_on('py-beniget', when='@:0.9.3', type=('build', 'run'))
depends_on('llvm-openmp', when='%apple-clang', type=('build', 'run'))