diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 20:20:48 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:19:59 +0200 |
commit | 71f87207a307ae915abe345c5b5aa52d67f33800 (patch) | |
tree | fec67d2c96edade6b94e132c514f4e795373ac97 | |
parent | bbf4c478b466e1e9ad65deb20737d40ee87b5fac (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 d616f4090b..4e844b99aa 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -656,7 +656,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") |