commit:     11131c2b5d5252fdca56643a4b976c6ac0ca11ea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  5 05:15:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  5 05:24:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11131c2b

dev-python/pillow: needs truetype for tests

See:
```
self = <PIL.ImageFont._imagingft_not_installed object at 0x3fff8e047dc0>, id = 
'HAVE_RAQM'

    def __getattr__(self, id):
>       raise ImportError("The _imagingft C module is not installed")
E       ImportError: The _imagingft C module is not installed

id         = 'HAVE_RAQM'
self       = <PIL.ImageFont._imagingft_not_installed object at 0x3fff8e047dc0>

../Pillow-8.3.2-python3_9/lib/PIL/ImageFont.py:44: ImportError
```

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pillow/pillow-8.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pillow/pillow-8.3.2.ebuild 
b/dev-python/pillow/pillow-8.3.2.ebuild
index ae8a12b6168..e6cd3ecbabe 100644
--- a/dev-python/pillow/pillow-8.3.2.ebuild
+++ b/dev-python/pillow/pillow-8.3.2.ebuild
@@ -20,7 +20,7 @@ LICENSE="HPND"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples imagequant +jpeg jpeg2k lcms test tiff tk truetype webp xcb 
zlib"
-REQUIRED_USE="test? ( jpeg jpeg2k tiff )"
+REQUIRED_USE="test? ( jpeg jpeg2k tiff truetype )"
 RESTRICT="!test? ( test )"
 
 DEPEND="

Reply via email to