mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
7858d523ea
commit
b06b413929
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue