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

commit 857f28d2e09eec2d0dc8deeb225b234281c7b631
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sun Nov 10 11:47:51 2024 +0000

    gnu: python-mpv: Adjust inputs.
    
    * gnu/packages/python-xyz.scm (python-mpv) [native-inputs]: Add
    python-wheel.
    
    Change-Id: Ife1dacf680f3651c4af08a5811a63c548259d604
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5f3106a4b7..03563a51d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38051,7 +38051,8 @@ and @code{bspatch4}.")
      (list python-pytest
            python-pyvirtualdisplay
            python-setuptools
-           python-xvfbwrapper))
+           python-xvfbwrapper
+           python-wheel))
     (inputs (list mpv))
     (propagated-inputs (list python-pillow)) ;for raw screenshots
     (home-page "https://github.com/jaseg/python-mpv";)

Reply via email to