gnu: python-pudb: Add python-numpy native-input.
This is an optional test dependency. * gnu/packages/python-xyz.scm (python-pudb)[native-inputs]: Add python-numpy. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
bb67d7d99d
commit
eda5e9aaaf
@ -29627,7 +29627,7 @@ development, testing, production]};
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "pytest" "-vv")))))))
|
||||
(native-inputs (list python-pytest python-pytest-mock))
|
||||
(native-inputs (list python-pytest python-pytest-mock python-numpy))
|
||||
(propagated-inputs (list python-jedi python-pygments python-urwid
|
||||
python-urwid-readline))
|
||||
(home-page "https://documen.tician.de/pudb/")
|
||||
|
Loading…
Reference in New Issue
Block a user