guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: python-pudb: Add python-numpy native-input.


From: guix-commits
Subject: 02/08: gnu: python-pudb: Add python-numpy native-input.
Date: Tue, 22 Nov 2022 04:26:51 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit eda5e9aaafeacc0e21dbf43200d79b91fc1e38ed
Author: jgart <jgart@dismail.de>
AuthorDate: Wed Nov 16 19:48:33 2022 -0600

    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>
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4ee572096f..a88075cefa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]