Re-add ipython support

This commit is contained in:
Adam J. Stewart 2016-08-02 13:48:16 -05:00
parent f56de63972
commit 2b83ea30e7

View File

@ -68,6 +68,7 @@ class PyMatplotlib(Package):
# Optional dependencies
depends_on('py-pillow', type=nolink)
depends_on('pkg-config', type='build')
depends_on('py-ipython', when='+ipython')
# Required libraries that ship with matplotlib
# depends_on('agg@2.4:')