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 8544015803E for ; Sat, 6 Jan 2024 10:16:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B78802BC036; Sat, 6 Jan 2024 10:16:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 963C42BC018 for ; Sat, 6 Jan 2024 10:16:52 +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 D05F834314D for ; Sat, 6 Jan 2024 10:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E96913A0 for ; Sat, 6 Jan 2024 10:16:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1704536198.a0c07f904fc23f634c431c58b671fcd0db7a5d1a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pikepdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pikepdf/pikepdf-8.11.2.ebuild X-VCS-Directories: dev-python/pikepdf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a0c07f904fc23f634c431c58b671fcd0db7a5d1a X-VCS-Branch: master Date: Sat, 6 Jan 2024 10:16:50 +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: e6fa35e7-d018-4119-9e87-60a0b0eb9120 X-Archives-Hash: 3569cdd7bbc25198f219690882c1c6ed commit: a0c07f904fc23f634c431c58b671fcd0db7a5d1a Author: Michał Górny gentoo org> AuthorDate: Sat Jan 6 10:15:48 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 6 10:16:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c07f90 dev-python/pikepdf: Tests require media-libs/tiff[zlib] Signed-off-by: Michał Górny gentoo.org> dev-python/pikepdf/pikepdf-8.11.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pikepdf/pikepdf-8.11.2.ebuild b/dev-python/pikepdf/pikepdf-8.11.2.ebuild index e030acc1c902..6c91503b35c7 100644 --- a/dev-python/pikepdf/pikepdf-8.11.2.ebuild +++ b/dev-python/pikepdf/pikepdf-8.11.2.ebuild @@ -46,6 +46,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/tomli[${PYTHON_USEDEP}] ' 3.10) + media-libs/tiff[zlib] ) "