mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pooch: Adjust inputs.
* gnu/packages/python-xyz.scm (python-pooch) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ideb7b063e8f14db0f1eb9fcefe82ecd83b862f50
This commit is contained in:
parent
2b3539e329
commit
078e28d152
1 changed files with 5 additions and 2 deletions
|
@ -28261,10 +28261,13 @@ inferring type information using compile-time introspection.")
|
|||
" and not test_retrieve_fname"
|
||||
" and not test_stream_download")
|
||||
"--ignore=pooch/tests/test_downloaders.py")))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools-scm
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-packaging python-platformdirs python-requests))
|
||||
(native-inputs
|
||||
(list python-pytest python-setuptools-scm))
|
||||
(home-page "https://github.com/fatiando/pooch")
|
||||
(synopsis "Manage your Python library's sample data files")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue