From 041cc747436d7378c1793b051b2fae1406a8bfcf Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 17 Jan 2025 13:34:39 +0100 Subject: [PATCH] gnu: python-ipfsspec: Add missing inputs. * gnu/packages/python-xyz.scm (python-ipfsspec)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I763c22207f1b1bb5af5eb5667a060ab01757c864 --- gnu/packages/python-xyz.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 776b5b58d7963d57f5735ae9636bb171c16a3e43..1e998d51348321ca46f1e3646e096808a153649b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9811,7 +9811,11 @@ debugger, with which it shares the same interface.") "--ignore=test/test_async.py" "--ignore=test/test_ipfs.py"))) (propagated-inputs (list python-aiohttp python-fsspec python-requests)) - (native-inputs (list python-pytest python-pytest-asyncio)) + (native-inputs + (list python-pytest + python-pytest-asyncio + python-setuptools + python-wheel)) (home-page "https://github.com/fsspec/ipfsspec") (synopsis "Read-only implementation of fsspec for IPFS") (description "This package provides a read-only implementation of