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 87D1A13934E for ; Sun, 1 Aug 2021 12:25:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 898E2E09A4; Sun, 1 Aug 2021 12:25:15 +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 66829E09A4 for ; Sun, 1 Aug 2021 12:25:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F2EF1343571 for ; Sun, 1 Aug 2021 12:25:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5097E859 for ; Sun, 1 Aug 2021 12:25:10 +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: <1627820357.05810a4a796399ce7ec1499b267d049dd4151950.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydyf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydyf/pydyf-0.0.3.ebuild X-VCS-Directories: dev-python/pydyf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 05810a4a796399ce7ec1499b267d049dd4151950 X-VCS-Branch: master Date: Sun, 1 Aug 2021 12:25:10 +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: 88515c89-584c-4900-a859-dfa118068abb X-Archives-Hash: 3c5640a28be408450f238813b77d94eb commit: 05810a4a796399ce7ec1499b267d049dd4151950 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 1 10:09:48 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 1 12:19:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05810a4a dev-python/pydyf: Tests need ghostscript Closes: https://bugs.gentoo.org/805920 Signed-off-by: Michał Górny gentoo.org> dev-python/pydyf/pydyf-0.0.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/pydyf/pydyf-0.0.3.ebuild b/dev-python/pydyf/pydyf-0.0.3.ebuild index 574348dc348..0ecfdfd4412 100644 --- a/dev-python/pydyf/pydyf-0.0.3.ebuild +++ b/dev-python/pydyf/pydyf-0.0.3.ebuild @@ -20,7 +20,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" BDEPEND=" - test? ( dev-python/pillow[${PYTHON_USEDEP}] )" + test? ( + app-text/ghostscript-gpl + dev-python/pillow[${PYTHON_USEDEP}] + )" distutils_enable_tests pytest