Fix mgis package dependency on boost/numpy (#13717)

This commit is contained in:
thelfer 2019-11-13 22:35:09 +01:00 committed by Adam J. Stewart
parent d6274e1a1d
commit ff9b03edc3

View File

@ -46,7 +46,7 @@ class Mgis(CMakePackage):
depends_on('tfel@3.2.1', when="@1.0.1")
depends_on('tfel@rliv-3.2', when="@rliv-1.0")
depends_on('tfel@master', when="@master")
depends_on('boost+python', when='+python')
depends_on('boost+python+numpy', when='+python')
extends('python', when='+python')
def cmake_args(self):