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
1 files changed, 3 insertions(+), 1 deletions(-) M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 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")