Package: python3-pil Version: 11.1.0-4 Followup-For: Bug #1094040 X-Debbugs-Cc: olive...@daad-alumni.de
Just to add that this seems to be breaking python packages in sid that depend on python3-pil. This what I get from matrix-synapse for, instance: hermogenes@jaguatirica:~$ journalctl -u matrix-synapse Feb 06 11:06:56 systemd[1]: Starting matrix-synapse.service - Synapse Matrix homeserver... Feb 06 11:07:45 python3[764]: ERROR:root:Synapse 1.121.0 needs Pillow, but it is not installed Feb 06 11:07:45 python3[764]: Missing Requirements: Pillow Feb 06 11:07:45 python3[764]: To install run: Feb 06 11:07:45 python3[764]: sudo apt install python3-Pillow Feb 06 11:07:46 systemd[1]: matrix-synapse.service: Control process exited, code=exited, status=1/FAILURE Feb 06 11:07:46 systemd[1]: matrix-synapse.service: Failed with result 'exit-code'. Feb 06 11:07:46 systemd[1]: Failed to start matrix-synapse.service - Synapse Matrix homeserver. Feb 06 11:07:46 systemd[1]: matrix-synapse.service: Consumed 7.016s CPU time, 104.8M memory peak. Feb 06 11:07:49 systemd[1]: matrix-synapse.service: Scheduled restart job, restart counter is at 1. Downgrading to version 10.4.0-1.1 fixes the issue.