ROOT: fix pyroot build failure in v6.20.0 (#23038)

This commit is contained in:
David Hadley 2021-04-23 15:46:27 +01:00 committed by GitHub
parent c575b1ce9b
commit 2f9bfd7e09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -430,7 +430,7 @@ def cmake_args(self):
]
# Some special features
if self.spec.satisfies('@6.20:'):
if self.spec.satisfies('@6.20.02:'):
options.append(define_from_variant('pyroot', 'python'))
else:
options.append(define_from_variant('python'))