diff options
author | Vinicius Monego <monego@posteo.net> | 2024-12-17 03:29:18 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-12-21 14:52:59 -0300 |
commit | b06b41392926ef34b2a5335007a761227d905a60 (patch) | |
tree | 7b011af6a8161579b0440157b5ed21109ee88986 /gnu/packages/python-xyz.scm | |
parent | 7858d523ea0cf1f9f6e7f8b3a802d61d0cc97001 (diff) |
gnu: python-async-lru: Fix build.
* gnu/packages/python-xyz.scm (python-async-lru)[native-inputs]: Add
python-pytest-cov, python-wheel.
Change-Id: I117bd223f9ff1e75a5bd7309c5a3c3578fa68a1e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
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") |