diff options
author | Sam James <sam@gentoo.org> | 2021-09-05 06:15:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-05 06:24:51 +0100 |
commit | 11131c2b5d5252fdca56643a4b976c6ac0ca11ea (patch) | |
tree | a717dabbdfe975d16d4187b94255febd7cd8f9e4 /dev-python/pillow | |
parent | dev-libs/boost: update SRC_URI for patch tarball (1.77) (diff) | |
download | gentoo-11131c2b5d5252fdca56643a4b976c6ac0ca11ea.tar.gz gentoo-11131c2b5d5252fdca56643a4b976c6ac0ca11ea.tar.bz2 gentoo-11131c2b5d5252fdca56643a4b976c6ac0ca11ea.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pillow')
-rw-r--r-- | dev-python/pillow/pillow-8.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pillow/pillow-8.3.2.ebuild b/dev-python/pillow/pillow-8.3.2.ebuild index ae8a12b61684..e6cd3ecbabeb 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=" |