andreas pushed a commit to branch python-team
in repository guix.
commit 576ffc088a86ca9acf0095ad1362097ce1ae4d70
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Apr 4 21:16:34 2025 +0200
gnu: labelme: Add missing native-inputs.
* gnu/packages/image-processing.scm (labelme)[native-inputs]: Add
python-wheel.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/image-processing.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index 296dec738a..5a3e6f69ef 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -1845,7 +1845,8 @@ processing pipelines.")
(native-inputs
(list python-pytest
python-pytest-qt
- xorg-server-for-tests))
+ xorg-server-for-tests
+ python-wheel))
(propagated-inputs
(list python-imgviz
python-matplotlib