~ruther/guix-local

b06b41392926ef34b2a5335007a761227d905a60 — Vinicius Monego 1 year, 4 months ago 7858d52
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")