llvm package: update python dependency (#7100)

llvm versions >= 5 can use python 3.x
This commit is contained in:
healther 2018-02-26 19:33:40 +01:00 committed by scheibelp
parent 5b3e149f08
commit 3683ab87b5

View File

@ -81,7 +81,8 @@ class Llvm(CMakePackage):
depends_on('cmake@3.4.3:', type='build') depends_on('cmake@3.4.3:', type='build')
# Universal dependency # 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')) depends_on('py-lit', type=('build', 'run'))
# lldb dependencies # lldb dependencies