diff options
-rw-r--r-- | gnu/packages/python-graphics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm index bc0c93a8ee..da8ef2d4df 100644 --- a/gnu/packages/python-graphics.scm +++ b/gnu/packages/python-graphics.scm @@ -287,7 +287,8 @@ music." ) (list python-cython-3 python-pytest python-setuptools - python-setuptools-scm)) + python-setuptools-scm + python-wheel)) (inputs (list fontconfig mesa)) |