guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 51d9b262708056276bfe67f9b22023ae9754e4fd
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Dec 4 23:15:20 2025 +0900

    gnu: python-matplotlib-documentation: Adjust native inputs.
    
    * gnu/packages/python-xyz.scm (python-matplotlib-documentation)
    [native-inputs]: Add ffmpeg, graphviz, python-matplotlib, python-pyyaml,
    python-sphinx-tags and python-sphinxcontrib-video.
    
    Relates-to: #4637
    Change-Id: I59a23c3d6d6007def58528cb0b8d29eb4a0f8b13
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 005b7ac2e5..cecab49ff4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12182,20 +12182,25 @@ toolkits.")
                 (symlink (string-append html "/_images")
                          (string-append info "/matplotlib-figures"))))))))
     (native-inputs
-     (list graphviz
+     (list ffmpeg                       ;for matplotlib animation support
+           graphviz
            inkscape/pinned
            python-colorspacious
            python-ipython
            python-ipykernel
            python-ipywidgets
+           python-matplotlib
            python-mpl-sphinx-theme
            python-numpydoc
+           python-pyyaml
            python-scipy
            python-sphinx
            python-sphinx-copybutton
            python-sphinx-design
            python-sphinx-gallery
+           python-sphinx-tags
            python-sphinxcontrib-svg2pdfconverter
+           python-sphinxcontrib-video
            texinfo
            texlive-dvipng-bin
            (texlive-local-tree

Reply via email to