From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF56A1582ED for ; Sat, 8 Jun 2024 13:21:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 932B1E2A78; Sat, 8 Jun 2024 13:21:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F7A9E2A77 for ; Sat, 8 Jun 2024 13:21:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 276C2340815 for ; Sat, 8 Jun 2024 13:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 321931C80 for ; Sat, 8 Jun 2024 13:21:13 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1717851710.376a93b5e689b3b230bd404d9a587191f27972e3.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pillow-heif/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pillow-heif/pillow-heif-0.15.0.ebuild X-VCS-Directories: dev-python/pillow-heif/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 376a93b5e689b3b230bd404d9a587191f27972e3 X-VCS-Branch: master Date: Sat, 8 Jun 2024 13:21:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 099fc6a7-4e4b-4c36-9e70-6adb15037f3d X-Archives-Hash: aee503477191c072477e464ab42b881a commit: 376a93b5e689b3b230bd404d9a587191f27972e3 Author: Takuya Wakazono gmail com> AuthorDate: Sat Jun 8 12:48:43 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Jun 8 13:01:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=376a93b5 dev-python/pillow-heif: fix test dependency Closes: https://bugs.gentoo.org/933782 Signed-off-by: Takuya Wakazono gmail.com> dev-python/pillow-heif/pillow-heif-0.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild b/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild index 05eafe7f4..9b26d02dd 100644 --- a/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild +++ b/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild @@ -32,7 +32,7 @@ BDEPEND=" test? ( dev-python/defusedxml[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] - media-libs/opencv[python,${PYTHON_USEDEP}] + media-libs/opencv[png,python,${PYTHON_USEDEP}] ) "