[Python-apps-team] pkpgcounter debian package
Michael Pardee
michael.pardee at open-sense.com
Sat Feb 9 15:32:52 GMT 2019
Yes, just switch the dependency from python-imaging to python-pil and
everything should be good.
Thanks,
Michael Pardee
Open Sense Solutions LLC
http://open-sense.com
888-323-1742
On Sat, Feb 9, 2019 at 9:30 AM Kumar Appaiah <akumar at debian.org> wrote:
> Dear Michael,
>
> On Fri, Feb 08, 2019 at 12:11:43PM -0600, Michael Pardee wrote:
> > OK, it seems that python-imaging is just a compatibility layer that
> is no
> > longer required. python-imaging depended on python-pil which
> pkpgcounter
> > does require but did not explicitly list as a dependency, so the
> > dependency should just be changed from python-imaging to python-pil.
> > from the python-imaging description:
> > PIL used to provide a PIL.pth file which allowed you to `import
> Image` but
> > this is deprecated. Use `from PIL import Image` now, or install this
> > compatibility package to temporarily get the old behavior back
> > pkpgcounter already uses "from PIL import Image" , there are no
> instances
> > of 'import image' anywhere in it
> > pkpgcounter includes a test suite
> in /usr/share/doc/pkpgcounter/examples ,
> > and while all of the tests do not pass the results are identical
> running
> > in debian stretch with python-imaging and python-pil installed and in
> > debian buster with just python-pil installed.
> > If there is anything else I can do to help resolve this please let me
> > know.
>
> Thanks for the quick help. If my understanding is correct, the only
> thing required is to modify the dependency to directly use
> python-pil. If this is the case, please confirm, and I will make a
> fresh upload.
>
> Thanks.
>
> Kumar
> --
> Kumar Appaiah
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/python-apps-team/attachments/20190209/c5a10e6a/attachment.html>
More information about the Python-apps-team
mailing list