unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jean-Pierre De Jesus DIAZ via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 68953@debbugs.gnu.org
Cc: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
Subject: bug#68953: [PATCH] gnu: opencv: Move python-numpy to propagated-inputs.
Date: Wed,  7 Feb 2024 17:35:15 +0100	[thread overview]
Message-ID: <94de42b457e0526389e01721f40a7868f169af14.1707323669.git.jean@foundationdevices.com> (raw)
In-Reply-To: <CAG1gdUrRq4-Ar-VLbmwafViKo7LFV+SW1Z7NDCq5OwETUv-00g@mail.gmail.com>

* 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





      parent reply	other threads:[~2024-02-07 16:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06 16:49 bug#68953: OpenCV Python package throws error Jean-Pierre De Jesus Diaz via Bug reports for GNU Guix
2024-02-07 16:33 ` Jean-Pierre De Jesus Diaz via Bug reports for GNU Guix
2024-02-07 16:35 ` Jean-Pierre De Jesus DIAZ via Bug reports for GNU Guix [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=94de42b457e0526389e01721f40a7868f169af14.1707323669.git.jean@foundationdevices.com \
    --to=bug-guix@gnu.org \
    --cc=68953@debbugs.gnu.org \
    --cc=jean@foundationdevices.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).