Skip to content
Snippets Groups Projects
Commit 2b83ea30 authored by Adam J. Stewart's avatar Adam J. Stewart
Browse files

Re-add ipython support

parent f56de639
Branches
No related tags found
No related merge requests found
...@@ -68,6 +68,7 @@ class PyMatplotlib(Package): ...@@ -68,6 +68,7 @@ class PyMatplotlib(Package):
# Optional dependencies # Optional dependencies
depends_on('py-pillow', type=nolink) depends_on('py-pillow', type=nolink)
depends_on('pkg-config', type='build') depends_on('pkg-config', type='build')
depends_on('py-ipython', when='+ipython')
# Required libraries that ship with matplotlib # Required libraries that ship with matplotlib
# depends_on('agg@2.4:') # depends_on('agg@2.4:')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment