llvm package: update python dependency (#7100)
llvm versions >= 5 can use python 3.x
This commit is contained in:
parent
5b3e149f08
commit
3683ab87b5
@ -81,7 +81,8 @@ class Llvm(CMakePackage):
|
||||
depends_on('cmake@3.4.3:', type='build')
|
||||
|
||||
# Universal dependency
|
||||
depends_on('python@2.7:2.8') # Seems not to support python 3.X.Y
|
||||
depends_on('python@2.7:2.8', when='@:4.999')
|
||||
depends_on('python')
|
||||
depends_on('py-lit', type=('build', 'run'))
|
||||
|
||||
# lldb dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user