From b06b41392926ef34b2a5335007a761227d905a60 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Tue, 17 Dec 2024 03:29:18 -0300 Subject: 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 --- gnu/packages/python-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index da7394bd1ef..7cf44d6b6b8 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") -- cgit v1.2.3