Subject: Please add missing PIL.egg-info Package: python-imaging Version: 2.6.1-1
Hello Matthias
I tried to fix python-enable that had a egg-info requirement on "PIL" by
changing it to "Pillow". (#761140)
After a deeper analysis of the code, I could find lines like
"import Image as PilImage" so I guess my fix is wrong. :(
The problem is that python-imaging used to provide
/usr/lib/python2.7/dist-packages/PIL/PIL-1.1.7.egg-info
in wheezy, and that the compatibility package from pillow doesn't anymore.
This impacts /usr/bin/pytimechart that runs:
pkg_resources.load_entry_point("pytimechart...")
that in turns checks egg-info dependencies on python-enable
that in turns checks the presence of a PIL.egg-info file.
Do you think it would be reasonable to have python-imaging provide a
PIL-something.egg-info file?
Any other idea beside fixing the imports upstream?
Regards,
--
Nirgal
-- System Information:
Debian Release: 8.0
APT prefers testing
APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages python-imaging depends on:
ii python-pil 2.6.1-1+b1
pn python:any <none>
python-imaging recommends no packages.
python-imaging suggests no packages.
-- no debconf information
signature.asc
Description: OpenPGP digital signature

