[dd4hep] fix python setup (#16461)

This commit is contained in:
vvolkl 2020-05-05 15:25:26 +02:00 committed by GitHub
parent f1bb0f8aad
commit c2791a4baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ class Dd4hep(CMakePackage):
depends_on('cmake @3.12:', type='build') depends_on('cmake @3.12:', type='build')
depends_on('boost @1.49:') depends_on('boost @1.49:')
depends_on('root @6.08: +gdml +math +opengl +python +x') depends_on('root @6.08: +gdml +math +opengl +python +x')
depends_on('python') extends('python')
depends_on('xerces-c', when='+xercesc') depends_on('xerces-c', when='+xercesc')
depends_on('geant4@10.2.2:', when='+geant4') depends_on('geant4@10.2.2:', when='+geant4')