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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8364A13835A for ; Sun, 17 Jan 2021 15:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD6D1E088C; Sun, 17 Jan 2021 15:06:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A890BE088C for ; Sun, 17 Jan 2021 15:06:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DC8C340CAA for ; Sun, 17 Jan 2021 15:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BEA049F for ; Sun, 17 Jan 2021 15:06:44 +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: <1610896000.06bb1fda1755ce362e1d2c785f08621f169a0d62.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-2.4.0.ebuild X-VCS-Directories: dev-python/pikepdf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 06bb1fda1755ce362e1d2c785f08621f169a0d62 X-VCS-Branch: master Date: Sun, 17 Jan 2021 15:06:44 +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: 4b2665a8-fe4b-4a8e-a7d4-55cf08907cc5 X-Archives-Hash: 7e3d8316489f1f7d63f4d83298bdc276 commit: 06bb1fda1755ce362e1d2c785f08621f169a0d62 Author: Michał Górny gentoo org> AuthorDate: Sun Jan 17 15:05:56 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jan 17 15:06:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06bb1fda dev-python/pikepdf: Tests need tiff too Closes: https://bugs.gentoo.org/765751 Signed-off-by: Michał Górny gentoo.org> dev-python/pikepdf/pikepdf-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pikepdf/pikepdf-2.4.0.ebuild b/dev-python/pikepdf/pikepdf-2.4.0.ebuild index ea85bc88367..50ef414d04e 100644 --- a/dev-python/pikepdf/pikepdf-2.4.0.ebuild +++ b/dev-python/pikepdf/pikepdf-2.4.0.ebuild @@ -26,7 +26,7 @@ BDEPEND=" test? ( >=dev-python/attrs-20.2.0[${PYTHON_USEDEP}] >=dev-python/hypothesis-5[${PYTHON_USEDEP}] - >=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms] + >=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff] >=dev-python/psutil-5[${PYTHON_USEDEP}] >=dev-python/pytest-6[${PYTHON_USEDEP}] >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]