commit: 05810a4a796399ce7ec1499b267d049dd4151950 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 1 10:09:48 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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