[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/";)
- branch master updated (0435469669 -> a44d6e1ea2), guix-commits, 2022/11/22
- 03/08: gnu: LLVM, Clang, libomp, lld: Update to 15.0.5., guix-commits, 2022/11/22
- 01/08: gnu: Add fff., guix-commits, 2022/11/22
- 06/08: gnu: Add emacs-ebuku., guix-commits, 2022/11/22
- 08/08: gnu: xfce4-screenshooter: Update to 1.10.0., guix-commits, 2022/11/22
- 02/08: gnu: python-pudb: Add python-numpy native-input.,
guix-commits <=
- 07/08: gnu: xfce4-settings: Update to 4.16.5., guix-commits, 2022/11/22
- 04/08: gnu: lldb: Update to 15.0.5., guix-commits, 2022/11/22
- 05/08: gnu: libcxx: Update to 15.0.5., guix-commits, 2022/11/22