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:
Vinicius Monego 2024-12-17 03:29:18 -03:00
parent 7858d523ea
commit b06b413929
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -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")