Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydyf/
Date: Sun, 01 Aug 2021 12:25:16
Message-Id: 1627820357.05810a4a796399ce7ec1499b267d049dd4151950.mgorny@gentoo
1 commit: 05810a4a796399ce7ec1499b267d049dd4151950
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 10:09:48 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 12:19:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05810a4a
7
8 dev-python/pydyf: Tests need ghostscript
9
10 Closes: https://bugs.gentoo.org/805920
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pydyf/pydyf-0.0.3.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/pydyf/pydyf-0.0.3.ebuild b/dev-python/pydyf/pydyf-0.0.3.ebuild
17 index 574348dc348..0ecfdfd4412 100644
18 --- a/dev-python/pydyf/pydyf-0.0.3.ebuild
19 +++ b/dev-python/pydyf/pydyf-0.0.3.ebuild
20 @@ -20,7 +20,10 @@ SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22
23 BDEPEND="
24 - test? ( dev-python/pillow[${PYTHON_USEDEP}] )"
25 + test? (
26 + app-text/ghostscript-gpl
27 + dev-python/pillow[${PYTHON_USEDEP}]
28 + )"
29
30 distutils_enable_tests pytest