sharlatan pushed a commit to branch python-team
in repository guix.
commit f3294d8225d492d796602e08c004ebf6c271a354
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Nov 6 20:34:51 2024 +0000
gnu: python-pooch: Adjust inputs.
* gnu/packages/python-xyz.scm (python-pooch) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ideb7b063e8f14db0f1eb9fcefe82ecd83b862f50
---
gnu/packages/python-xyz.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 424ed05bc5..0987979b13 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28154,10 +28154,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