diff options
-rw-r--r-- | gnu/packages/python-check.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 53e940a6cf..d06af41468 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -406,7 +406,8 @@ nosetests, etc...) in Python projects.") python-mypy python-numpy python-setuptools - python-typeguard)) + python-typeguard + python-wheel)) (propagated-inputs (list python-asttokens python-typing-extensions)) |