summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorValentin Volkl <valentin.volkl@cern.ch>2021-08-30 15:13:41 +0200
committerGitHub <noreply@github.com>2021-08-30 07:13:41 -0600
commit3cd224afbff86443c5dc75abf236f26f508f90ac (patch)
tree77d99736cbf70be2cec3c2bfac6957d2c49ae350 /var
parent44c0089be4f43d42564d2caf203dd510d7492d84 (diff)
downloadspack-3cd224afbff86443c5dc75abf236f26f508f90ac.tar.gz
spack-3cd224afbff86443c5dc75abf236f26f508f90ac.tar.bz2
spack-3cd224afbff86443c5dc75abf236f26f508f90ac.tar.xz
spack-3cd224afbff86443c5dc75abf236f26f508f90ac.zip
gaudi: update py-xenv dependency (#25457)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gaudi/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gaudi/package.py b/var/spack/repos/builtin/packages/gaudi/package.py
index d2d5937bb7..6337fba59f 100644
--- a/var/spack/repos/builtin/packages/gaudi/package.py
+++ b/var/spack/repos/builtin/packages/gaudi/package.py
@@ -56,7 +56,7 @@ class Gaudi(CMakePackage):
depends_on('python@:2.99.99', when='@:32.1', type=('build', 'run'))
depends_on('py-setuptools@:45.99.99', when='^python@:2.7.99', type='build')
depends_on('py-six', type=('build', 'run'))
- depends_on('py-xenv@1:', type=('build', 'run'))
+ depends_on('py-xenv@1:', when='@:34.9', type=('build', 'run'))
depends_on('range-v3')
depends_on('root +python +root7 +ssl +tbb +threads')
depends_on('zlib')