gaudi: update py-xenv dependency (#25457)

This commit is contained in:
Valentin Volkl 2021-08-30 15:13:41 +02:00 committed by GitHub
parent 44c0089be4
commit 3cd224afbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')