GNU bug report logs - #77541
[PATCH 01/38] gnu: Add clipper2.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 4 Apr 2025 19:11:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Graves <ngraves <at> ngraves.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 77541 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#77541] [PATCH 02/38] gnu: labelme: Add missing native-inputs.
Date: Fri,  4 Apr 2025 21:16:34 +0200
* gnu/packages/image-processing.scm (labelme)[native-inputs]: Add
python-wheel.
---
 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 @@ (define-public labelme
     (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
-- 
2.49.0





This bug report was last modified 104 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.