[Python-modules-team] Bug#811477: FTBFS: missing dependency on funcsigs

Thomas Goirand zigo at debian.org
Tue Jan 19 10:12:50 UTC 2016


Source: kombu
Version: 3.0.32-1
Severity: serious

Hi,

Building a backport of the package using sbuild, I got:

I: pybuild base:170: python3.4 setup.py test
running test
Searching for funcsigs
Reading https://pypi.python.org/simple/funcsigs/
Download error on https://pypi.python.org/simple/funcsigs/: [Errno 111] Connection refused -- Some packages may not be found!
Couldn't find index page for 'funcsigs' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [Errno 111] Connection refused -- Some packages may not be found!
No local packages or download links found for funcsigs
error: Could not find suitable distribution for Requirement.parse('funcsigs')
E: pybuild pybuild:256: test: plugin custom failed with: exit code=1: python3.4 setup.py test
dh_auto_test: pybuild --test -i python{version} -p 3.4 --system=custom --test-args={interpreter} setup.py test --dir . returned exit code 13
make[1]: *** [override_dh_auto_test] Error 13
debian/rules:13: recipe for target 'override_dh_auto_test' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build] Error 2
debian/rules:6: recipe for target 'build' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Obviously, it's missing a (build) dependency on python{3,}-funcsigs.
Adding it in debian/control fixed the issue for me.

Cheers,

Thomas Goirand (zigo)



More information about the Python-modules-team mailing list