diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-21 23:08:52 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-21 23:16:18 +0100 |
commit | 85f78c95dadd8a11500d948c415de724c22d89d5 (patch) | |
tree | 021960c34b2c380d93629a0f55b61d0d2c211409 /gnu/packages/python-xyz.scm | |
parent | f27bdf634e39033f38bc36472d68f6f35ec9fb44 (diff) | |
download | guix-85f78c95dadd8a11500d948c415de724c22d89d5.tar.gz guix-85f78c95dadd8a11500d948c415de724c22d89d5.zip |
gnu: python-mpv: Adjust inputs.
As seen in python-team build
<https://ci.guix.gnu.org/build/6091629/log/raw>.
* gnu/packages/python-xyz.scm (python-mpv) [native-inputs]: Add
python-setuptools.
Change-Id: I3a43904057c2b3f77833372e2be68280f95189a2
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8849096026..c01862f42f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37238,9 +37238,9 @@ and @code{bspatch4}.") (setenv "PY_MPV_SKIP_TESTS" "test_wait_for_property_event_overflow")))))) (native-inputs - ;; For tests. (list python-pytest python-pyvirtualdisplay + python-setuptools python-xvfbwrapper)) (inputs (list mpv)) (propagated-inputs (list python-pillow)) ;for raw screenshots |