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:
Sharlatan Hellseher 2024-11-06 20:34:51 +00:00
parent 2b3539e329
commit 078e28d152
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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