paraview: disallow python3

ParaView is not Python3-ready.
This commit is contained in:
Ben Boeckel 2016-03-21 11:24:49 -04:00
parent 8e77f17760
commit 553fff270a

View File

@ -18,7 +18,7 @@ class Paraview(Package):
variant('qt', default=False, description='Enable Qt support')
variant('opengl2', default=False, description='Enable OpenGL2 backend')
depends_on('python', when='+python')
depends_on('python@2:2.7', when='+python')
depends_on('py-numpy', when='+python')
depends_on('py-matplotlib', when='+python')
depends_on('tcl', when='+tcl')