Bug#1093826: python3-pil: basic import fails

2025-01-23 Thread Eric Soroos
From https://github.com/python-pillow/Pillow/pull/7484#issuecomment-1780901699: Pillow still needs it for building C extensions with setuptools, but pure Python projects can drop both setup.py and setup.cfg for a single pyproject.toml. > On Jan 23, 2025, at 12:03 PM, Matthias Klose wrote: >

Bug#1093826: python3-pil: basic import fails

2025-01-23 Thread Matthias Klose
On 23.01.25 08:58, Rebecca N. Palmer wrote: The build log shows that the .so files are getting installed but the .py files (including Image.py, hence this error) aren't. The Debian build includes 'rm pyproject.toml', so this *might* mean upstream has started putting something essential in ther

Bug#1093826: python3-pil: basic import fails

2025-01-23 Thread Rebecca N. Palmer
The build log shows that the .so files are getting installed but the .py files (including Image.py, hence this error) aren't. The Debian build includes 'rm pyproject.toml', so this *might* mean upstream has started putting something essential in there.

Bug#1093826: python3-pil: basic import fails

2025-01-22 Thread Martin
This seems to be break the build of slidge-matridge: Exception occurred: File "/usr/lib/python3/dist-packages/slidge/db/avatar.py", line 14, in from PIL.Image import Image ModuleNotFoundError: No module named 'PIL.Image' https://buildd.debian.org/status/fetch.php?pkg=slidge-matridge&arch=

Bug#1093826: python3-pil: basic import fails

2025-01-22 Thread Alexandre Rossi
Package: python3-pil Version: 11.1.0-1 Severity: grave Justification: renders package unusable Dear Maintainer, The basic import that most use from PIL fails: $ python3 Python 3.13.1 (main, Jan 3 2025, 10:26:34) [GCC 14.2.0] on linux Type "help", "copyright", "credits" or "license" for more inf