gnu: python-mpv: Adjust inputs.

* gnu/packages/python-xyz.scm (python-mpv) [native-inputs]: Add
python-wheel.

Change-Id: Ife1dacf680f3651c4af08a5811a63c548259d604
This commit is contained in:
Sharlatan Hellseher 2024-11-10 11:47:51 +00:00
parent 52b8a60b38
commit 319ce81999
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -38157,7 +38157,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")