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 3EBF115817D for ; Sat, 8 Jun 2024 13:02:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B68DE2A4D; Sat, 8 Jun 2024 13:02:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 446C6E2A4D for ; Sat, 8 Jun 2024 13:02:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08FA3335C31 for ; Sat, 8 Jun 2024 13:02:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BCB91610 for ; Sat, 8 Jun 2024 13:02:42 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1717851710.376a93b5e689b3b230bd404d9a587191f27972e3.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 376a93b5e689b3b230bd404d9a587191f27972e3 X-VCS-Branch: dev Date: Sat, 8 Jun 2024 13:02:42 +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: aaf748b8-7083-45b0-a338-17a82fc4533e X-Archives-Hash: f4504d3f9b468ef36f08030127504614 commit: 376a93b5e689b3b230bd404d9a587191f27972e3 Author: Takuya Wakazono gmail com> AuthorDate: Sat Jun 8 12:48:43 2024 +0000 Commit: Takuya Wakazono gmail com> 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}] ) "