diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 20:20:48 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-11 21:18:07 +0100 |
commit | 9128575222fa9bc856380305c11063338d7f487d (patch) | |
tree | df66f33d7e264577cc785182bf460b5f4d535ca9 | |
parent | ee90937bdf91efcc81d632ac4c52f3936705635b (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
-rw-r--r-- | gnu/packages/python-check.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 6f257bf9ca..772fb7955b 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -657,7 +657,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") |