GNU bug report logs - #68953
OpenCV Python package throws error

Previous Next

Package: guix;

Reported by: Jean-Pierre De Jesus Diaz <jean <at> foundationdevices.com>

Date: Tue, 6 Feb 2024 16:50:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Jean-Pierre De Jesus DIAZ <jean <at> foundationdevices.com>
To: 68953 <at> debbugs.gnu.org
Cc: Jean-Pierre De Jesus DIAZ <jean <at> foundationdevices.com>
Subject: bug#68953: [PATCH] gnu: opencv: Move python-numpy to propagated-inputs.
Date: Wed,  7 Feb 2024 17:35:15 +0100
* gnu/packages/image-processing.scm (opencv): Move python-numpy from
INPUTS to PROPAGATED-INPUTS.

Change-Id: If4f0c8fa0cf41594a2c63f3e9f271987aa730af2
---
 gnu/packages/image-processing.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 07ba0297cd..32405fa08c 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -727,6 +727,7 @@ (define-public opencv
            (sha256
             (base32
              "16crcca9r4y4rby0dqdhc06qi84hjk6qxy2sql2dhh35hfs856rr"))))))
+    (propagated-inputs (list python-numpy))
     (inputs
      (list eigen
            ffmpeg-4
@@ -749,7 +750,6 @@ (define-public opencv
            openjpeg
            protobuf
            python
-           python-numpy
            vtk
            zlib))
     ;; These three CVEs are not a problem of OpenCV, see:

base-commit: 10dba10fd6551ab480a38d00301e6f102def674d
-- 
2.41.0





This bug report was last modified 1 year and 129 days ago.

Previous Next


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