py-matplotlib-inline: add missing matplotlib dependency (#41864)

This commit is contained in:
Adam J. Stewart 2023-12-27 12:13:26 +01:00 committed by GitHub
parent a3697270d3
commit 51ecc550ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"))