summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index da7394bd1e..7cf44d6b6b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23636,8 +23636,10 @@ Design spec without sacrificing ease of use or application performance.")
(native-inputs
(list python-pytest
python-pytest-asyncio
+ python-pytest-cov
python-pytest-timeout
- python-setuptools))
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-typing-extensions))
(home-page "https://github.com/aio-libs/async-lru")