Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 731234 - app-text/pdfarranger-1.5.3 : missing pillow dependency
Summary: app-text/pdfarranger-1.5.3 : missing pillow dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-07 06:38 UTC by laurantino
Modified: 2020-07-09 06:18 UTC (History)
1 user (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 laurantino 2020-07-07 06:38:51 UTC
app-text/pdfarranger-1.5.3 needs PIL python module (pillow) to run
Comment 1 Chris Mayo 2020-07-07 19:10:20 UTC
Looks like this is a pikepdf bug rather than a pdfarranger one:

pdfarranger-1.5.3 $ grep -rn PIL
pdfarranger-1.5.3 $ 


pikepdf-1.16.1/src $ grep -rn PIL
pikepdf/models/image.py:175:        """``PIL.Image.mode`` equivalent for this image, where possible
pikepdf/models/image.py:310:        """Insert a PIL image into a PDF (rudimentary)
pikepdf/models/image.py:316:            image (PIL.Image.Image): the image to insert
pikepdf/models/image.py:351:            PIL.ImageCms.ImageCmsProfile
pikepdf/models/image.py:353:        from PIL import ImageCms
pikepdf/models/image.py:411:        from PIL import Image
pikepdf/models/image.py:560:            PIL.Image.Image
pikepdf/models/image.py:562:        from PIL import Image
pikepdf/models/image.py:628:        """Show the image however PIL wants to"""
pikepdf/jbig2.py:11:from PIL import Image

(Do include some supporting evidence when filing a bug!)
Comment 2 laurantino 2020-07-09 06:18:25 UTC
Yes, you are right, sorry. I close this one an open a new one : https://bugs.gentoo.org/731818