rekado pushed a commit to branch python-team
in repository guix.
commit 86144159f36602f17b5808a2276f6fd23fcd7db9
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Apr 4 20:20:48 2024 +0200
gnu: python-pytest-arraydiff: Add missing inputs.
* gnu/packages/python-check.scm (python-pytest-arraydiff)[native-inputs]:
Add
python-setuptools and python-wheel.
Change-Id: Ie1bae483128353bcc006598962d0134dc12a219d
---
gnu/packages/python-check.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 11e685c6e7..1b0b7d3504 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -616,7 +616,8 @@ astropy related packages.")
" and not test_generate"
" and not test_default_format"))))
(native-inputs
- (list python-pytest python-setuptools-scm))
+ (list python-pytest python-setuptools-scm
+ python-setuptools python-wheel))
(propagated-inputs
(list python-numpy))
(home-page "https://github.com/astropy/pytest-arraydiff")