py-matplotlib-inline: add missing matplotlib dependency (#41864)
This commit is contained in:
parent
a3697270d3
commit
51ecc550ba
1 changed files with 3 additions and 0 deletions
|
@ -19,3 +19,6 @@ class PyMatplotlibInline(PythonPackage):
|
|||
depends_on("python@3.5:", type=("build", "run"))
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-traitlets", type=("build", "run"))
|
||||
|
||||
# Undocumented dependency
|
||||
depends_on("py-matplotlib", type=("build", "run"))
|
||||
|
|
Loading…
Reference in a new issue