me
/
guix
Archived
1
0
Fork 0

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>
jgart 2022-11-16 19:48:33 -06:00 committed by Christopher Baines
parent bb67d7d99d
commit eda5e9aaaf
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -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/")