summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-04-04 20:20:48 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:34 +0000
commit840da194ebf57523dd922cec2e15768f62f14416 (patch)
tree66b9be99456f4af92c75828b1aeef355d0e1e0e9 /gnu
parent63222dc68412a548a5376261c90b4ecd50158bad (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-check.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index e63df4d981..76af134f3f 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -706,7 +706,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")