Hi,

thanks a lot for doing the archive rebuilds and your bug report against
img2pdf!

On Wed, 11 Jan 2017 20:09:42 +0100 Lucas Nussbaum <lu...@debian.org> wrote:
> >    dh_auto_test -O--buildsystem=pybuild
> > I: pybuild base:184: python3.5 setup.py test 
> > running test
> > Searching for olefile
> > 
> > Note: Bypassing https://pypi.python.org/simple/olefile/ (disallowed host; 
> > see http://bit.ly/1dg9ijs for details).
> > 
> > Couldn't find index page for 'olefile' (maybe misspelled?)
> > Scanning index of all packages (this may take a while)
> > 
> > Note: Bypassing https://pypi.python.org/simple/ (disallowed host; see 
> > http://bit.ly/1dg9ijs for details).
> > 
> > No local packages or working download links found for olefile
> > error: Could not find suitable distribution for Requirement.parse('olefile')
> > E: pybuild pybuild:276: test: plugin distutils failed with: exit code=1: 
> > python3.5 setup.py test 
> > dh_auto_test: pybuild --test -i python{version} -p 3.5 returned exit code 13

the error above is created by a disallowed attempt to download the olefile
Python module from pypi. Your build log indeed indicates that python3-olefile
was not installed which in turn explains the attempt.

img2pdf does not require python3-olefile, so this is probably a problem of one
of its build dependencies. Indeed codesearch tells me that python3-pil imports
the olefile module. The version of python3-pil in your log is 4.0.0-2. The
current version of the package is 4.0.0-3. As I see from its changelog, this
latest revision adds a Depends on python3-olefile.

So when I attempt to reproduce your finding, then python3-pil 4.0.0-3 is
installed together with python3-olefile and thus I cannot reproduce your
finding now.

Is it easy for you to re-run the test in your setup so that you can verify my
conclusion independent from me?

Otherwise I'll just close this bug report because from the python3-pil
changelog it seems that the problem has been taken care of.

Thanks!

cheers, josch

Attachment: signature.asc
Description: signature

Reply via email to