diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bf430cee6b..b11241362f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |