Fix deptype of various dependencies on Python packages (#3486)
This commit is contained in:
@@ -82,7 +82,7 @@ class PyMatplotlib(PythonPackage):
|
||||
# --------- Optional dependencies
|
||||
depends_on('pkg-config', type='build') # why not...
|
||||
depends_on('pil', when='+image', type=('build', 'run'))
|
||||
depends_on('py-ipython', when='+ipython')
|
||||
depends_on('py-ipython', when='+ipython', type=('build', 'run'))
|
||||
depends_on('ghostscript', when='+latex', type='run')
|
||||
depends_on('texlive', when='+latex', type='run')
|
||||
|
||||
|
Reference in New Issue
Block a user