Spack requires Python 2.7: from 0.18.0: (#27505)

* Spack requires Python 2.7: from 0.18.0:

* Better bounds
This commit is contained in:
Harmen Stoppels 2021-11-19 17:18:21 +01:00 committed by GitHub
parent 33b380937a
commit 3fcc6c669f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,8 @@ class Spack(Package):
variant('development_tools', default=True, description='Build development dependencies')
# Python (with spack python -i ipython support)
depends_on('python', type='run')
depends_on('python@2.6.0:2.7,3.5:', type='run')
depends_on('python@2.7.0:2.7,3.5:', type='run', when='@0.18.0:')
depends_on('py-ipython', type='run')
# Concretizer