Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 731234

Summary: app-text/pdfarranger-1.5.3 : missing pillow dependency
Product: Gentoo Linux Reporter: laurantino <olivier.laurantin>
Component: Current packagesAssignee: Andrey Grozin <grozin>
Status: RESOLVED INVALID    
Severity: normal CC: aklhfex
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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