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 6B3EB1382C5 for ; Thu, 21 May 2020 00:53:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87C79E09F0; Thu, 21 May 2020 00:53:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6A72FE09F0 for ; Thu, 21 May 2020 00:53:03 +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 DAE1734EF5C for ; Thu, 21 May 2020 00:53:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE6BC242 for ; Thu, 21 May 2020 00:52:59 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1590022353.31fc6ecc6c2d543275d1250372b7f7a2f7412ed1.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/piexif/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/piexif/piexif-1.1.3.ebuild X-VCS-Directories: dev-python/piexif/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 31fc6ecc6c2d543275d1250372b7f7a2f7412ed1 X-VCS-Branch: master Date: Thu, 21 May 2020 00:52:59 +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: ddc7890d-9a1b-4b44-af39-bb290347ea1f X-Archives-Hash: b4de3b4324f6412dfb7523d2fe32761c commit: 31fc6ecc6c2d543275d1250372b7f7a2f7412ed1 Author: Sebastian Pipping gentoo org> AuthorDate: Thu May 21 00:51:09 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu May 21 00:52:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fc6ecc dev-python/piexif: Fix test deps Closes: https://bugs.gentoo.org/723638 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.99, Repoman-2.3.22 dev-python/piexif/piexif-1.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/piexif/piexif-1.1.3.ebuild b/dev-python/piexif/piexif-1.1.3.ebuild index 0577ea544dd..bb976412ab5 100644 --- a/dev-python/piexif/piexif-1.1.3.ebuild +++ b/dev-python/piexif/piexif-1.1.3.ebuild @@ -20,7 +20,7 @@ RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] app-arch/unzip - test? ( dev-python/pillow )" + test? ( dev-python/pillow[jpeg] )" RDEPEND="" python_test() {