sharlatan pushed a commit to branch python-team
in repository guix.
commit 957f531374c118a506407b35eacf37487aecc072
Author: Sharlatan Hellseher <[email protected]>
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 18c4dc1b75..ed1c5c5fc8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38073,7 +38073,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")