GNU bug report logs -
#68953
OpenCV Python package throws error
Previous Next
Full log
View this message in rfc822 format
* 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.