Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 779853 - dev-python/pillow-8.2.0 relax dependency on ImageMagick
Summary: dev-python/pillow-8.2.0 relax dependency on ImageMagick
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-03 08:14 UTC by Daron M.
Modified: 2021-04-04 14:23 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daron M. 2021-04-03 08:14:30 UTC
The new version 8.2.0 of Pillow supports GraphicsMagick as a substitution for Graphicsmagick and thus allows the test suite to be run with either of the two [0]. Please update the dependencies accordingly, e.g. replace

   media-gfx/imagemagick[png]

by

   || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[png])

or even

   || ( virtual/imagemagick[png] media-gfx/graphicsmagick[png])

The former for running the suite with `convert` (whatever package that executable provides, hence virtual/), the latter for running it with `gm convert`.
Thanks.

[0] https://pillow.readthedocs.io/en/stable/releasenotes/8.2.0.html#graphicsmagick
Comment 1 Larry the Git Cow gentoo-dev 2021-04-04 14:23:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6b14c62b7418c8b931ff653b1d3abb9cc06563

commit 2d6b14c62b7418c8b931ff653b1d3abb9cc06563
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-04-04 13:44:15 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-04-04 14:22:40 +0000

    dev-python/pillow: Permits graphicsmagick for tests
    
    Closes: https://bugs.gentoo.org/779853
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/pillow/pillow-8.2.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)