diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5feaac5273..eceb7efbf3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37770,7 +37770,7 @@ async I/O support.") (build-system pyproject-build-system) (arguments (list #:tests? #f)) ; no tests (native-inputs - (list python-pytest python-setuptools)) + (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/python/typeshed") (synopsis "Typing stubs for python-dateutil") (description |