summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-06 20:34:51 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:19:03 +0000
commit078e28d15242101dd8fe6c0609674f6bbb303df2 (patch)
tree6f1fe18cac977e0e3141db685e23e8b2b63b5d7b /gnu/packages/python-xyz.scm
parent2b3539e3297b91b5d6f1c951134d3fbcc80a0ef4 (diff)
gnu: python-pooch: Adjust inputs.
* gnu/packages/python-xyz.scm (python-pooch) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ideb7b063e8f14db0f1eb9fcefe82ecd83b862f50
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 43eb78174e..75f0c3ef15 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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