mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
63222dc684
commit
840da194eb
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue