Fix deptype of various dependencies on Python packages (#3486)
This commit is contained in:
@@ -62,8 +62,8 @@ class Cantera(Package):
|
||||
depends_on('py-cython', when='+python', type=('build', 'run'))
|
||||
depends_on('py-3to2', when='+python', type=('build', 'run'))
|
||||
# TODO: these "when" specs don't actually work
|
||||
# depends_on('py-unittest2', when='+python^python@2.6')
|
||||
# depends_on('py-unittest2py3k', when='+python^python@3.1')
|
||||
# depends_on('py-unittest2', when='+python^python@2.6', type=('build', 'run')) # noqa
|
||||
# depends_on('py-unittest2py3k', when='+python^python@3.1', type=('build', 'run')) # noqa
|
||||
|
||||
# Matlab toolbox dependencies
|
||||
# TODO: add Matlab package
|
||||
|
Reference in New Issue
Block a user