lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit d759e572077bd2e85dfcd97aebaaaf6b3d0e424f
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Fri Dec 31 22:05:45 2021 +0100
gnu: python-locket: Add missing test input.
* gnu/packages/python-xyz.scm (python-locket)[native-inputs]: Add
python-nose.
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0dbaaf2bc1..ef6fc2a05f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23302,6 +23302,7 @@ data.")
(base32
"1d4z2zngrpqkrfhnd4yhysh66kjn4mblys2l06sh5dix2p0n7vhz"))))
(build-system python-build-system)
+ (native-inputs (list python-nose))
(home-page "https://github.com/mwilliamson/locket.py")
(synopsis "File-based locks for Python")
(description