mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
f27bdf634e
commit
85f78c95da
1 changed files with 1 additions and 1 deletions
|
@ -37238,9 +37238,9 @@ and @code{bspatch4}.")
|
||||||
(setenv "PY_MPV_SKIP_TESTS"
|
(setenv "PY_MPV_SKIP_TESTS"
|
||||||
"test_wait_for_property_event_overflow"))))))
|
"test_wait_for_property_event_overflow"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; For tests.
|
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
python-pyvirtualdisplay
|
python-pyvirtualdisplay
|
||||||
|
python-setuptools
|
||||||
python-xvfbwrapper))
|
python-xvfbwrapper))
|
||||||
(inputs (list mpv))
|
(inputs (list mpv))
|
||||||
(propagated-inputs (list python-pillow)) ;for raw screenshots
|
(propagated-inputs (list python-pillow)) ;for raw screenshots
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue