andreas pushed a commit to branch python-team
in repository guix.

commit daf1b3989cf1373f2a8f3c79161c8e6582267e58
Author: Nicolas Graves <ngra...@ngraves.fr>
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 <sharlata...@gmail.com>
---
 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

Reply via email to