mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ipfsspec: Add missing inputs.
* gnu/packages/python-xyz.scm (python-ipfsspec)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I763c22207f1b1bb5af5eb5667a060ab01757c864
This commit is contained in:
parent
d0d664cea1
commit
041cc74743
1 changed files with 5 additions and 1 deletions
|
@ -9811,7 +9811,11 @@ debugger, with which it shares the same interface.")
|
||||||
"--ignore=test/test_async.py"
|
"--ignore=test/test_async.py"
|
||||||
"--ignore=test/test_ipfs.py")))
|
"--ignore=test/test_ipfs.py")))
|
||||||
(propagated-inputs (list python-aiohttp python-fsspec python-requests))
|
(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")
|
(home-page "https://github.com/fsspec/ipfsspec")
|
||||||
(synopsis "Read-only implementation of fsspec for IPFS")
|
(synopsis "Read-only implementation of fsspec for IPFS")
|
||||||
(description "This package provides a read-only implementation of
|
(description "This package provides a read-only implementation of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue